Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
joemewes committed Sep 30, 2016
1 parent 5714691 commit 2e8adb5
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,20 @@
## Example Commands
```
--------------
dockerdrupal exec -s [service/container name] -c "[command to execute against container service]"
dockerdrupal exec -s php -c "drush cc all"
dockerdrupal exec -s nginx -c "nginx -s reload"
$ dockerdrupal env my-great-app -t DEFAULT
$ dockerdrupal env my-drupal8-site -t D8
$ dockerdrupal env my-drupal7-site -t D7
--------------
OR
$ dockerdrupal build:init
dockerdrupal exec [follow prompts]
--------------
```

# Next step :

- D7 app build

- More utility commands and USER feedback

For more information see [roadmap](https://github.com/4AllDigital/DockerDrupalCli/blob/master/roadmap.md)

Expand Down

0 comments on commit 2e8adb5

Please sign in to comment.