Wrap command in installation instructions

This commit is contained in:
Alexey Yerin 2021-01-18 20:05:13 +03:00
parent a4fd4d7055
commit 03cb53d0a3
1 changed files with 3 additions and 1 deletions

View File

@ -27,5 +27,7 @@ should pass `--template-dir` and `--static-dir` arguments pointing to
templates and static directories:
```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
```