mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 11:20:11 -05:00
Update README.md
This commit is contained in:
parent
40193d17fa
commit
73e4cd4d41
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
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:
|
To build the source archive:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue