Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andiikaa authored Nov 8, 2024
1 parent 052e1e1 commit dabe0d9
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# wabocli
CLI for interacting with the Wandelbots platform

The swiss army knife for interacting with [Wandelbots NOVA](https://www.wandelbots.com/).

## Install

### MacOS/Linux

Installation with [homebrew](https://brew.sh/):
```bash
brew install wandelbotsgmbh/wandelbots/nova

# enable autocompletion for zsh (has to be done only once)
echo 'source <(nova completion zsh)' >> ~/.zshrc
```

### Download Binaries

Find the latest versions under https://github.com/wandelbotsgmbh/wabocli/releases

0 comments on commit dabe0d9

Please sign in to comment.