readme update

master
NatureFreshMilk 2019-09-02 10:14:45 +02:00
parent 24388d01bf
commit c18271fd66
1 changed files with 7 additions and 2 deletions

View File

@ -8,17 +8,22 @@ Pandorabox mod repo
After cloning:
```
```bash
git submodule init
git submodule update
```
## Updating
```
```bash
# sync repo urls
git submodule sync
# initialize new repos
git submodule init
# update commits
git submodule update
# remove unversioned files
git clean -dff
```
## Advisable settings