-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |