Update example in README

Just making it clear where --{templates,static}-dir should point to
This commit is contained in:
Alexey Yerin 2021-05-01 14:38:06 +03:00
parent 8e73e63a55
commit ee4749e670
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ templates and static directories:
```sh ```sh
./gtranslate \ ./gtranslate \
--templates-dir /usr/share/webapps/gtranslate/templates \ --templates-dir path/to/gtranslate/templates \
--static-dir /usr/share/webapps/gtranslate/static --static-dir path/to/gtranslate/static
``` ```
Other settings (available with `./gtranslate --help`): Other settings (available with `./gtranslate --help`):