aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/upgrade.rst
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-20 14:29:16 +0200
committerGitHub <noreply@github.com>2016-09-20 14:29:16 +0200
commit32e95760f567e5849dd71aaba9aabb1ab56bcd0a (patch)
tree1bf0169d4c3a41d0a57a569c3a36a7c1f4d19033 /docs/en/user/upgrade.rst
parent5074e7d4fa631af2b6f5f2f28b1d57a27039bb0e (diff)
parente406a94ab6b17af1e2aefbec614b389a11fa89be (diff)
downloadwallabag-32e95760f567e5849dd71aaba9aabb1ab56bcd0a.tar.gz
wallabag-32e95760f567e5849dd71aaba9aabb1ab56bcd0a.tar.zst
wallabag-32e95760f567e5849dd71aaba9aabb1ab56bcd0a.zip
Merge pull request #2239 from wallabag/documentation-2.1
Update documentation with new features for 2.1
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---------------------------