Minor README update.

This commit is contained in:
Julien Fontanet 2013-03-04 15:31:39 +01:00
parent 56d3536bc0
commit a49840e87f

View File

@ -12,7 +12,8 @@ _There is currently no package available for XO-Web, you must therefore use the
1. Download the code, you may either use git `git clone git://github.com/vatesfr/xo-web` or download a [Zip archive](https://github.com/vatesfr/xo-web/archive/master.zip).
2. XO-Web uses [Composer](https://getcomposer.org) for its dependency management, so, once you have [installed it](https://getcomposer.org/download/), juste run `php composer.phar install`.
3. Makes sure the `public/` directory and all its content is available from your web server.
3. Makes sure the web server can read in the `public/` directory.
4. Creates a file named `log` and makes sure the web server can read and write.
## How to report a bug?