remove references to harpoon command

[skip ci]
This commit is contained in:
Sameer Naik
2016-10-18 20:02:31 +05:30
parent 05c1147c18
commit 283bb71d1e

View File

@@ -126,14 +126,14 @@ This instructs Docker Compose to execute the command specified by `<command>` in
To create a new project with the latest symfony version and an attached database that is already configured:
```bash
$ docker-compose run myapp harpoon execute symfony createProject bitnamiRocks
$ docker-compose run myapp nami execute symfony createProject bitnamiRocks
```
If you wanted to specify a version, then follow this format!
```bash
$ docker-compose run myapp harpoon execute symfony createProject "bitnamiRocks 2.5.0"
$ docker-compose run myapp nami execute symfony createProject "bitnamiRocks 2.5.0"
```
You get the idea..