Navigation Menu

Skip to content

Commit

Permalink
Fix win commands
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjosezg authored and krzysiekpiasecki committed May 19, 2018
1 parent 30d70dd commit a3ff13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Expand Up @@ -37,8 +37,8 @@ Start the mysql server first. Then run the commands in the terminal:
```shell
$ composer create-project krzysiekpiasecki/gentelella gentelella "dev-master"
$ cd gentelella
$ php .\vendor\bin\phing setup
$ php .\vendor\bin\phpunit
$ .\vendor\bin\phing.bat setup
$ .\vendor\bin\phpunit.bat
$ php bin\console fos:user:create --super-admin
$ php bin\console server:run 127.0.0.1:8080 --env=prod
```
Expand Down

0 comments on commit a3ff13d

Please sign in to comment.