Skip to content

Commit

Permalink
Modify Install to use tag number. Also use shallow clone. Prep for v1…
Browse files Browse the repository at this point in the history
….0.0.
  • Loading branch information
msjyoo committed Mar 18, 2015
1 parent 9b566eb commit 6972fcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ sudo su # (Required for permissions - don't use sudo)
```
$ sudo su # (Required for permissions - don't use sudo)
# cd /var/lib/dokku/plugins
# git clone https://github.com/sekjun9878/dokku-redis-plugin redis
# git clone --branch v1.0.0 --depth 1 https://github.com/sekjun9878/dokku-redis-plugin redis
# dokku plugins-install
```

Expand Down Expand Up @@ -90,6 +90,7 @@ $ ssh dokku@server redis:enable example-org # Client side
```

Deploy your app with the same name (client side):
Note: Output may be different depending on plugin version and environment.
```
$ git remote add dokku git@server:example-org
$ git push dokku master
Expand Down

0 comments on commit 6972fcb

Please sign in to comment.