aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/de/user/installation.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/de/user/installation.rst
parent8fed8d1bacbbcbf606a94497c5b58f49068bd6a3 (diff)
downloadwallabag-ce0a32229a8d139115ccd1d247a0ee4f1fedc8a3.tar.gz
wallabag-ce0a32229a8d139115ccd1d247a0ee4f1fedc8a3.tar.zst
wallabag-ce0a32229a8d139115ccd1d247a0ee4f1fedc8a3.zip
Fix wallabag version in documentation
Diffstat (limited to 'docs/de/user/installation.rst')
-rw-r--r--docs/de/user/installation.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst
index 2e3108be..05602bf3 100644
--- a/docs/de/user/installation.rst
+++ b/docs/de/user/installation.rst
@@ -54,9 +54,8 @@ Um wallabag selbst zu installieren, musst du die folgenden Kommandos ausführen:
54 54
55 git clone https://github.com/wallabag/wallabag.git 55 git clone https://github.com/wallabag/wallabag.git
56 cd wallabag 56 cd wallabag
57 git checkout 2.0.8 57 git checkout 2.1.0
58 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist 58 ./install.sh
59 php bin/console wallabag:install --env=prod
60 59
61Um PHPs eingebauten Server zu starten und zu testen, ob alles korrekt installiert wurde, kannst du folgendes Kommando ausführen: 60Um PHPs eingebauten Server zu starten und zu testen, ob alles korrekt installiert wurde, kannst du folgendes Kommando ausführen:
62 61