Skip to content

Commit da3f4c4

Browse files
authored
Update README.md
1 parent a3787ee commit da3f4c4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ Manages discourse apps on your dokku server.
77

88
## Plugin installation
99

10-
It's recommend to use [release tags](https://github.com/badsyntax/dokku-discourse/releases) instead of master.
11-
1210
```sh
1311
# For dokku >= v0.22.0
14-
dokku plugin:install https://github.com/badsyntax/dokku-discourse.git --committish 0.2.2
12+
dokku plugin:install https://github.com/badsyntax/dokku-discourse.git
1513

1614
# For dokku < v0.22.0
1715
dokku plugin:install https://github.com/badsyntax/dokku-discourse.git --committish 0.2.1
@@ -20,7 +18,7 @@ dokku plugin:install https://github.com/badsyntax/dokku-discourse.git --committi
2018
## Plugin update
2119

2220
```sh
23-
dokku plugin:update discourse RELEASE_TAG
21+
dokku plugin:update discourse
2422
```
2523

2624
## Commands

0 commit comments

Comments
 (0)