Skip to content

Commit

Permalink
docs: remove part about go being the only install
Browse files Browse the repository at this point in the history
  • Loading branch information
dschofie committed Apr 19, 2024
1 parent d2b5697 commit 83a6586
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Automation and Compliance are key concerns when adopting a multi-account AWS set
Currently, Telophase is a CLI tool only. In the future, we plan to offer a web UI.

## Install
If you'd like another method, please let us know by opening an issue!

### Go
Go is the only supported installation method. If you'd like another method, please let us know by opening an issue!
```
go install github.com/santiago-labs/telophasecli@latest
```
Expand Down
3 changes: 2 additions & 1 deletion mintlifydocs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ Automation and Compliance are key concerns when adopting multi-account AWS. Telo
Currently, Telophase is a CLI tool only. In the future, we plan to offer a web UI.

# Install
If you'd like another method, please let us know by opening an issue!

## Go
Go is the only supported installation method. If you'd like another method, please let us know by opening an issue!
```bash
go install github.com/santiago-labs/telophasecli@latest
```
Expand Down

0 comments on commit 83a6586

Please sign in to comment.