diff options
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/user/upgrade-2.1.x-2.1.y.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/en/user/upgrade-2.1.x-2.1.y.rst b/docs/en/user/upgrade-2.1.x-2.1.y.rst index 28b7d45e..fb41a07b 100644 --- a/docs/en/user/upgrade-2.1.x-2.1.y.rst +++ b/docs/en/user/upgrade-2.1.x-2.1.y.rst | |||
@@ -8,12 +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 | make update |
12 | git fetch origin | ||
13 | git fetch --tags | ||
14 | git checkout 2.1.3 --force | ||
15 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | ||
16 | php bin/console cache:clear --env=prod | ||
17 | 12 | ||
18 | Upgrade on a shared hosting | 13 | Upgrade on a shared hosting |
19 | --------------------------- | 14 | --------------------------- |