Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: Mark go as a required bin for otterdog #289

Merged
merged 3 commits into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading