0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

Update README.md

This commit is contained in:
Bert van der Weerd 2021-11-20 07:08:59 +00:00
parent 40193d17fa
commit 73e4cd4d41

View file

@ -40,7 +40,7 @@ make check
```
If there is a new version, it's a good time to git commit and trigger a CI build job.
```
git commit -am 'v94.0.1' && git push
git commit -am v$(cat version) && git push
```
To build the source archive:
```