aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 09f48b17..65e2f03a 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@ You have to install [sqlite for php](http://www.php.net/manual/en/book.sqlite.ph
18 18
19Get the [latest version](https://github.com/inthepoche/poche) of poche on github. Unzip it and upload it on your server. poche must have write access on assets, cache and db directories. 19Get the [latest version](https://github.com/inthepoche/poche) of poche on github. Unzip it and upload it on your server. poche must have write access on assets, cache and db directories.
20 20
21Copy db/poche.sqlite.in to db/poche.sqlite
22
21Install composer in your project : 23Install composer in your project :
22```bash 24```bash
23curl -s http://getcomposer.org/installer | php 25curl -s http://getcomposer.org/installer | php