Skip to content

Commit 136753c

Browse files
committed
Prep for v1.0.1
1 parent 5b77ae2 commit 136753c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,20 @@ This plugin is a fork of another Dokku Redis plugin by **Vlorent Viel**, which y
77

88
Installation
99
------------
10+
The current latest version of Dokku Redis Plugin is v1.0.1, which was tested on Dokku v0.3.17.
11+
1012
```
11-
$ sudo su # (Required for permissions - don't use sudo)
12-
# cd /var/lib/dokku/plugins
13-
# git clone --branch v1.0.0 --depth 1 https://github.com/sekjun9878/dokku-redis-plugin redis
14-
# dokku plugins-install
13+
$ cd /var/lib/dokku/plugins
14+
$ sudo git clone --branch v1.0.1 --depth 1 https://github.com/sekjun9878/dokku-redis-plugin redis
15+
$ sudo dokku plugins-install
1516
```
1617

18+
Note that you might need to use su (not sudo) in some cases due to permissions.
19+
1720
Commands
1821
--------
1922
```
20-
# dokku help
23+
$ sudo dokku help
2124
redis:enable <app> Enable Redis for an app for next build
2225
redis:destroy <app> Destroy Redis container and volume of an app
2326
```

0 commit comments

Comments
 (0)