File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
1715dokku 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
You can’t perform that action at this time.
0 commit comments