Skip to content

Commit

Permalink
docs: Drop 'go install' from install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cluttrdev committed Jun 16, 2024
1 parent d12f9f6 commit 92e0944
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ INSTALL_DIR=$HOME/.local/bin
tar -C ${INSTALL_DIR} -zxof /tmp/deepl-tui.tar.gz deepl-tui
```

Alternatively, if you have the [Go tools][go-install] installed, you can use
```shell
go install github.com/DeepLcom/deepl-tui@latest
```

## Usage

Since `deepl-tui` uses the DeepL API you'll need an API authentication key.
Expand Down Expand Up @@ -80,5 +75,4 @@ This project is released under the [MIT License](./LICENSE).

<!-- Links -->
[prebuilt-binaries]: https://github.com/DeepLcom/deepl-tui/releases/latest
[go-install]: https://go.dev/doc/install
[create-account]: https://www.deepl.com/pro#developer

0 comments on commit 92e0944

Please sign in to comment.