Skip to content

Commit

Permalink
Update mechanism to install a recent go version
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
  • Loading branch information
netomi authored Oct 7, 2024
1 parent 7ca37b9 commit 5696b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It is actively developed by the Eclipse Foundation and used to manage its numero
To install and use the cli part of otterdog you have to install the following:

* git (mandatory): install using `apt install git`
* go (mandatory): install using `apt install golang-go`
* go (mandatory): install using `apt install golang-1.23` or `snap install go`
* otterdog (mandatory): install using `pipx install otterdog`
* bitwarden cli tool (optional): install using `snap install bw`
* pass cli tool (optional): install using `apt install pass`
Expand Down

0 comments on commit 5696b00

Please sign in to comment.