From c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 15 Jan 2016 09:34:09 +0100 Subject: Update readme & fix console permission --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6d545ff5..927f39a8 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,11 @@ If you don't have it yet, please [install composer](https://getcomposer.org/down ``` composer create-project wallabag/wallabag wallabag 2.0.0-alpha.1 -cd wallabag -php app/console wallabag:install -php app/console server:run +php bin/console wallabag:install +php bin/console server:run ``` ## License -Copyright © 2013-2015 Nicolas Lœuillet +Copyright © 2013-2016 Nicolas Lœuillet This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the COPYING file for more details. -- cgit v1.2.3