diff options
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/user/installation.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 7954fe0b..82fa6f4e 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst | |||
@@ -55,6 +55,7 @@ To install wallabag itself, you must run the following commands: | |||
55 | cd wallabag | 55 | cd wallabag |
56 | git checkout 2.1.0 | 56 | git checkout 2.1.0 |
57 | ASSETS=build ./install.sh | 57 | ASSETS=build ./install.sh |
58 | php bin/console wallabag:install --env=prod | ||
58 | 59 | ||
59 | To start PHP's build-in server and test if everything did install correctly, you can do: | 60 | To start PHP's build-in server and test if everything did install correctly, you can do: |
60 | 61 | ||