1
0
Fork 0

Update README.md

Build examples: PHANPY_APP_TITLE -> PHANPY_CLIENT_NAME
This commit is contained in:
snail-coupe 2024-04-01 23:26:15 +01:00 committed by GitHub
parent 4def6eef5a
commit ae0e4a0792
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
```