Skip to content

Commit

Permalink
add section on updating Bannoti
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfrust committed Sep 24, 2021
1 parent cb5e160 commit 1868734
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,22 @@ It's pretty straightforward. You don't have to supply any other arguments, just
For example : `$> bannoti.py --add`


---

### Updating

It would be rather tedious to have to reconfigure settings every time a new version of Bannoti is released.
Fortunately, all you have to do is copy over the `track.ini` file to the new assets/ directory.

For example, from `bannoti-v1.1/assets/track.ini` to `bannoti-v1.2/assets/track.ini`.

Bannoti follows [semantic versioning](https://semver.org/), meaning:

- v1.0.0 -> v1.0.1 : copy over track.ini
- v1.0 -> v1.1 : copy over track.ini
- v1 -> v2 : welp got to set it up from scratch


---

### Tips 😘
Expand Down

0 comments on commit 1868734

Please sign in to comment.