Skip to content

Commit

Permalink
update: Mark go as a required bin for otterdog (#289)
Browse files Browse the repository at this point in the history
* update: Mark go as a required bin for otterdog

Required by one of the dep packages in otterdog (gojsonnet).

* Update mechanism to install a recent go version

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>

* Add go to system requirements

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>

---------

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
Co-authored-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
  • Loading branch information
autumnfound and netomi authored Oct 7, 2024
1 parent 844ae0a commit 5366bf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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-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 All @@ -36,6 +37,7 @@ The documentation is available at [otterdog.readthedocs.io](https://otterdog.rea

* python3.10+ (mandatory): e.g. install using `apt install python3` or `pyenv`
* git (mandatory): install using `apt install git`
* go (mandatory): install using `apt install golang-1.23` or `snap install go`
* poetry (mandatory): install using `curl -sSL https://install.python-poetry.org | python3 -` or `pipx install poetry`
* bitwarden cli tool (optional): install using `snap install bw`
* pass cli tool (optional): install using `apt install pass`
Expand Down

0 comments on commit 5366bf2

Please sign in to comment.