aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-03 14:21:49 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-03 14:21:49 +0200
commit8fdb5e5766a6bf5970f268200a6c21fd39693637 (patch)
treea87ee768ccd79c3223f4a5048e9b674845579d6e /docs/en
parent9d3603147b0a4219a8065861351439cbe5e52772 (diff)
downloadwallabag-8fdb5e5766a6bf5970f268200a6c21fd39693637.tar.gz
wallabag-8fdb5e5766a6bf5970f268200a6c21fd39693637.tar.zst
wallabag-8fdb5e5766a6bf5970f268200a6c21fd39693637.zip
Re-add wallabag:install
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/user/installation.rst1
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
59To start PHP's build-in server and test if everything did install correctly, you can do: 60To start PHP's build-in server and test if everything did install correctly, you can do:
60 61