Skip to content

Commit 18f6353

Browse files
Update README.markdown
Fixed install command.
1 parent 94cb9be commit 18f6353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To install phpRedisAdmin through [composer](http://getcomposer.org/) you need to
2525

2626
```
2727
curl -s http://getcomposer.org/installer | php
28-
php composer.phar create-project erik-dubbelboer/php-redis-admin path/to/install
28+
php composer.phar -s dev create-project erik-dubbelboer/php-redis-admin path/to/install
2929
```
3030

3131
You may also want to copy include/config.simple.inc.php to include/config.inc.php

0 commit comments

Comments
 (0)