Skip to content

Commit cee5951

Browse files
authored
Merge pull request #5 from alisonjo315/patch-2
add terminus 3 install instructions
2 parents 04323d2 + 97cd660 commit cee5951

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,19 @@ This will update the autocomplete commands and should be executed after every ne
2727
Learn 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
```
3338
mkdir -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

0 commit comments

Comments
 (0)