Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Documentation Tweak #25 (#26)
Browse files Browse the repository at this point in the history
* Update installation notes

* Update note formatting
  • Loading branch information
paulsheldrake authored Jan 12, 2022
1 parent a94cef0 commit 9b0f96b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@ The secrets directory is **not** copied to `test` and `live` during deployments
You can create all your keys in the live environment and then Clone files to other environments to copy the keys.

## Installation

For help installing, see [Manage Plugins](https://pantheon.io/docs/terminus/plugins/)

### Installation for Terminus 3.x
Terminus now has plugin management built in to it.

`terminus self:plugin:install pantheon-systems/terminus-secrets-plugin`

### Installing for Terminus 2.x

```
mkdir -p ~/.terminus/plugins
composer create-project -d ~/.terminus/plugins pantheon-systems/terminus-secrets-plugin:~1
Expand Down

0 comments on commit 9b0f96b

Please sign in to comment.