1
0
Fork 0

Merge pull request #478 from snail-coupe/doc/fix_build_example

Update README.md
This commit is contained in:
Chee Aun 2024-04-02 07:49:11 +08:00 committed by GitHub
commit f2f203c9d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,7 @@ Download or `git clone` this repository. Use `production` branch for *stable* re
Customization can be done by passing environment variables to the build command. Examples:
```bash
PHANPY_APP_TITLE="Phanpy Dev" \
PHANPY_CLIENT_NAME="Phanpy Dev" \
PHANPY_WEBSITE="https://dev.phanpy.social" \
npm run build
```