aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/upgrade.rst
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-15 14:26:30 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-19 15:22:05 +0200
commitce0a32229a8d139115ccd1d247a0ee4f1fedc8a3 (patch)
treeb17180badb278142f9652d9cff25f1e8caa9047b /docs/en/user/upgrade.rst
parent8fed8d1bacbbcbf606a94497c5b58f49068bd6a3 (diff)
downloadwallabag-ce0a32229a8d139115ccd1d247a0ee4f1fedc8a3.tar.gz
wallabag-ce0a32229a8d139115ccd1d247a0ee4f1fedc8a3.tar.zst
wallabag-ce0a32229a8d139115ccd1d247a0ee4f1fedc8a3.zip
Fix wallabag version in documentation
Diffstat (limited to 'docs/en/user/upgrade.rst')
-rw-r--r--docs/en/user/upgrade.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/en/user/upgrade.rst b/docs/en/user/upgrade.rst
index 90ed6c70..5c37be95 100644
--- a/docs/en/user/upgrade.rst
+++ b/docs/en/user/upgrade.rst
@@ -4,15 +4,14 @@ Upgrade wallabag
4Upgrade on a dedicated web server 4Upgrade on a dedicated web server
5--------------------------------- 5---------------------------------
6 6
7The last release is published on https://www.wallabag.org/pages/download-wallabag.html. In order to upgrade your wallabag installation and get the last version, run the following commands in you wallabag folder (replace ``2.0.8`` by the last release number): 7The last release is published on https://www.wallabag.org/pages/download-wallabag.html. In order to upgrade your wallabag installation and get the last version, run the following commands in you wallabag folder (replace ``2.1.0`` by the last release number):
8 8
9:: 9::
10 10
11 git fetch origin 11 git fetch origin
12 git fetch --tags 12 git fetch --tags
13 git checkout 2.0.8 13 git checkout 2.1.0
14 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist 14 ./install.sh
15 php bin/console cache:clear --env=prod
16 15
17Upgrade on a shared hosting 16Upgrade on a shared hosting
18--------------------------- 17---------------------------