Initial commit

This commit is contained in:
Kolobo
2026-07-23 15:03:08 +02:00
commit f38de37a4c
3 changed files with 27 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# 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
```bash
git submodule add [url]
git submodule init
```
Download and update submodules content with
```bash
git submodule update
```
Register a new version with
```bash
git commit -nam "This message describes the version"
git push
```