Files
Kolobo-s-Add-ons/README.md
T
2026-07-23 15:03:08 +02:00

409 B

Hello world !

This is my personnal add-ons configuration. Feel free to use it, or fork it to edit it as your liking !

Managind submodules

Add a submodule with

git submodule add [url]
git submodule init

Download and update submodules content with

git submodule update

Register a new version with

git commit -nam "This message describes the version"
git push