Skip to content

Commit

Permalink
fixed install documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oohnoitz committed Feb 4, 2015
1 parent 2d44f02 commit 46d515f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Via Source Code
$ git clone https://github.com/FoolCode/FoolFuuka foolfuuka
$ cd foolfuuka
$ git checkout 2-1-stable
$ composer install --optimize
$ git checkout 2-2-stable
$ composer install --optimize-autoloader
Upgrading
Expand All @@ -40,7 +40,7 @@ Upgrading
.. code-block:: sh
$ git fetch --all
$ git checkout 2-1-stable
$ git checkout 2-2-stable
$ composer update --optimize
.. note::
Expand Down

0 comments on commit 46d515f

Please sign in to comment.