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
|
```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`):
|
||||||
|
|
Loading…
Reference in New Issue