File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,19 @@ This will update the autocomplete commands and should be executed after every ne
2727Learn more about [ Terminus] ( https://pantheon.io/docs/terminus/ ) and [ Terminus Plugins] ( https://pantheon.io/docs/terminus/plugins/ ) .
2828
2929## Installation:
30- For installation help, see [ Manage Plugins] ( https://pantheon.io/docs/terminus/plugins/ ) .
3130
31+ To install this plugin using Terminus 3:
32+ ```
33+ terminus self:plugin:install terminus-plugin-project/terminus-autocomplete-plugin
34+ ```
35+
36+ On older versions of Terminus:
3237```
3338mkdir -p ~/.terminus/plugins
34- composer create-project -d ~/.terminus/plugins terminus-plugin-project/terminus-autocomplete-plugin:~2
39+ composer create-project --no-dev - d ~/.terminus/plugins terminus-plugin-project/terminus-autocomplete-plugin
3540```
41+ For help installing, see [ Manage Plugins] ( https://pantheon.io/docs/terminus/plugins/ ) .
42+
3643
3744## Requirements:
3845
You can’t perform that action at this time.
0 commit comments