Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin de Graaf committed Feb 20, 2017
1 parent 00b69f9 commit 3db2131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Parable isn't by any means production-ready, secure or foolproof. So only try it

## Requirements

- PHP 5.6, PHP 7
- PHP 5.6, PHP 7.x
- Composer
- Sense of adventure

## Installation

Parable can be installed by using [Composer](http://getcomposer.org/). Simply run:

`composer require devvoh/parable ~0.8.0`
`composer require devvoh/parable`

You'll get the latest version this way. If you want to install a specific version, include the version (0.8.0, for example).
It is, however, preferred to use the above version notation, since it will also get you updated and fixed versions, but no
Expand All @@ -34,7 +34,7 @@ quite ready to be used. To initialize Parable's folder structure and files, run

`vendor/bin/parable init`

Now you're ready! Simply open the (properly installed apache2 & php 5.6 or 7) url it's in in your browser and you should
Now you're ready! Simply open the (properly installed apache2 & php 5.6 or 7.x) url it's in in your browser and you should
see a welcome page.

If you want to use nginx, that's cool too, but you'll have to set up url rewriting rules yourself.
Expand Down

0 comments on commit 3db2131

Please sign in to comment.