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

Documentation Tweak #25 #26

Merged
merged 2 commits into from
Jan 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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