Update example in README
Just making it clear where --{templates,static}-dir should point to
This commit is contained in:
parent
8e73e63a55
commit
ee4749e670
|
@ -28,8 +28,8 @@ templates and static directories:
|
|||
|
||||
```sh
|
||||
./gtranslate \
|
||||
--templates-dir /usr/share/webapps/gtranslate/templates \
|
||||
--static-dir /usr/share/webapps/gtranslate/static
|
||||
--templates-dir path/to/gtranslate/templates \
|
||||
--static-dir path/to/gtranslate/static
|
||||
```
|
||||
|
||||
Other settings (available with `./gtranslate --help`):
|
||||
|
|
Loading…
Reference in New Issue