fix missing command in example in readme

This commit is contained in:
Ronmi Ren 2025-01-12 19:54:16 +08:00
commit 50a59ae109

View file

@ -39,7 +39,7 @@ Take care about permissions of the API token.
### With docker ### With docker
``` ```
docker run -p 8080:8080 ronmi/forgejo-pages -s https://git.example.com -k my-secret-token docker run -p 8080:8080 ronmi/forgejo-pages serve -s https://git.example.com -k my-secret-token
``` ```
### Repo setup ### Repo setup