aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/user/installation.rst')
-rw-r--r--docs/en/user/installation.rst9
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 3794c757..8e9f71d4 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -47,20 +47,13 @@ Install Composer:
47 47
48You can find specific instructions `here <https://getcomposer.org/doc/00-intro.md>`__. 48You can find specific instructions `here <https://getcomposer.org/doc/00-intro.md>`__.
49 49
50You also need to install node.js (via `the Download page <https://nodejs.org/en/download/>`__), npm (already install with node.js), bower and grunt:
51
52::
53
54 npm install -g bower
55 npm install -g grunt-cli
56
57To install wallabag itself, you must run the following commands: 50To install wallabag itself, you must run the following commands:
58 51
59:: 52::
60 53
61 git clone https://github.com/wallabag/wallabag.git 54 git clone https://github.com/wallabag/wallabag.git
62 cd wallabag 55 cd wallabag
63 git checkout 2.1 56 git checkout 2.1.0
64 ./install.sh 57 ./install.sh
65 58
66To start PHP's build-in server and test if everything did install correctly, you can do: 59To start PHP's build-in server and test if everything did install correctly, you can do: