aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/user/installation.rst1
-rw-r--r--docs/en/user/upgrade-2.0.x-2.0.y.rst1
-rw-r--r--docs/en/user/upgrade-2.0.x-2.1.y.rst1
3 files changed, 3 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
diff --git a/docs/en/user/upgrade-2.0.x-2.0.y.rst b/docs/en/user/upgrade-2.0.x-2.0.y.rst
index 6a0818b3..3391c2cd 100644
--- a/docs/en/user/upgrade-2.0.x-2.0.y.rst
+++ b/docs/en/user/upgrade-2.0.x-2.0.y.rst
@@ -8,6 +8,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba
8 8
9:: 9::
10 10
11 rm -rf var/cache/*
11 git fetch origin 12 git fetch origin
12 git fetch --tags 13 git fetch --tags
13 git checkout 2.0.8 14 git checkout 2.0.8
diff --git a/docs/en/user/upgrade-2.0.x-2.1.y.rst b/docs/en/user/upgrade-2.0.x-2.1.y.rst
index 63a77e7c..234045ba 100644
--- a/docs/en/user/upgrade-2.0.x-2.1.y.rst
+++ b/docs/en/user/upgrade-2.0.x-2.1.y.rst
@@ -11,6 +11,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba
11 11
12:: 12::
13 13
14 rm -rf var/cache/*
14 git fetch origin 15 git fetch origin
15 git fetch --tags 16 git fetch --tags
16 git checkout 2.1.0 17 git checkout 2.1.0