1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-06-27 16:35:58 +00:00

[FORGEJO] update the 3.1 release notes

This commit is contained in:
Earl Warren 2023-11-09 13:06:46 +01:00
parent cca6cc9bea
commit e934c2a70d
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 14 additions and 1 deletions

View file

@ -49,7 +49,8 @@ cd runner ; rm -f forgejo-runner ; make forgejo-runner
A Forgejo instance is launched with:
```shell
cd setup-forgejo ; ./forgejo.sh setup
cd setup-forgejo
./forgejo.sh setup
firefox http://$(cat forgejo-ip):3000
```