From 92e09445ce89c9e6890690924b904f2d6ec01182 Mon Sep 17 00:00:00 2001 From: cluttrdev Date: Sun, 16 Jun 2024 15:04:35 +0200 Subject: [PATCH] docs: Drop 'go install' from install instructions --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index f048d52..33ee573 100644 --- a/README.md +++ b/README.md @@ -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. @@ -80,5 +75,4 @@ This project is released under the [MIT License](./LICENSE). [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