aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-05 10:34:57 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-05 10:34:57 +0200
commit21e0af98eb28e46345ecb947c48af29e8f1c6234 (patch)
tree330057a1167803e7c087ced8ce97cb3424bc8b38 /README.md
parent7f959169b7220b4ed3e083cb2a545fe2c5400f9c (diff)
downloadwallabag-21e0af98eb28e46345ecb947c48af29e8f1c6234.tar.gz
wallabag-21e0af98eb28e46345ecb947c48af29e8f1c6234.tar.zst
wallabag-21e0af98eb28e46345ecb947c48af29e8f1c6234.zip
information about db/poche.sqlite
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