chore: Update readme.

This commit is contained in:
Terry Geng 2020-07-21 10:32:01 +08:00
parent 2304b9e67a
commit 87763ce9e4
No known key found for this signature in database
GPG Key ID: F982F8EA1DF720E7

View File

@ -92,7 +92,7 @@ python3 -m venv venv
venv/bin/pip install wheel
venv/bin/pip install -r requirements.txt
(cd web && npm install && npm run build)
(cd templates/ && ./translate.py)
./scripts/translate_templates.py --lang-dir lang/ --template-dir templates/
```
</details>