Skip to content

Commit

Permalink
docs(install): add asdf installation (#289)
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Bob Massard <[email protected]>
Co-authored-by: Xing Yahao <[email protected]>
  • Loading branch information
tbobm and keidarcy authored Oct 22, 2024
1 parent f951536 commit 55b3870
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ curl -sL https://raw.githubusercontent.com/keidarcy/e1s-install/master/cloudshel
go install github.com/keidarcy/e1s/cmd/e1s@latest
```

- [asdf-vm](https://asdf-vm.com/)

```bash
asdf plugin add e1s
asdf install e1s latest
asdf global e1s latest
```

## Usage

Make sure you have the AWS CLI installed and properly configured with the necessary permissions to access your ECS resources, and [session manager plugin](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html) installed if you want to use the interactive exec or port forwarding features.
Expand Down

0 comments on commit 55b3870

Please sign in to comment.