Wrap command in installation instructions
This commit is contained in:
parent
a4fd4d7055
commit
03cb53d0a3
|
@ -27,5 +27,7 @@ should pass `--template-dir` and `--static-dir` arguments pointing to
|
||||||
templates and static directories:
|
templates and static directories:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./gtranslate --template-dir /usr/share/webapps/gtranslate/templates --static-dir /usr/share/webapps/gtranslate/static
|
./gtranslate \
|
||||||
|
--template-dir /usr/share/webapps/gtranslate/templates \
|
||||||
|
--static-dir /usr/share/webapps/gtranslate/static
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue