Fix wallabag version in documentation

This commit is contained in:
Nicolas Lœuillet
2016-09-15 14:26:30 +02:00
parent 8fed8d1bac
commit ce0a32229a
6 changed files with 13 additions and 31 deletions

View File

@ -47,20 +47,13 @@ Install Composer:
You can find specific instructions `here <https://getcomposer.org/doc/00-intro.md>`__.
You also need to install node.js (via `the Download page <https://nodejs.org/en/download/>`__), npm (already install with node.js), bower and grunt:
::
npm install -g bower
npm install -g grunt-cli
To install wallabag itself, you must run the following commands:
::
git clone https://github.com/wallabag/wallabag.git
cd wallabag
git checkout 2.1
git checkout 2.1.0
./install.sh
To start PHP's build-in server and test if everything did install correctly, you can do: