Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirnani committed Feb 1, 2014
1 parent d82b997 commit 0a16ead
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
@@ -1,4 +1,17 @@
## Dokku plugin to rebuild an app without a git push

`dokku rebuild <app>`
`dokku rebuild:all`
Commands
--------
```
$ dokku help
rebuild <app> Rebuilds specified app
rebuild:all Rebuilds all apps
```

Installation
------------
```
cd /var/lib/dokku/plugins
git clone https://github.com/scottatron/dokku-rebuild dokku-rebuild
dokku plugins-install
```

0 comments on commit 0a16ead

Please sign in to comment.