Skip to content

Commit

Permalink
docs: adding asdf installation option for liqoctl
Browse files Browse the repository at this point in the history
  • Loading branch information
pdemagny authored and giorio94 committed Nov 17, 2022
1 parent 3461899 commit 7a537cd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/installation/liqoctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,26 @@ brew install liqoctl

When installed with Homebrew, autocompletion scripts are automatically configured and should work out of the box.

(InstallationLiqoctlWithasdf)=

## Install liqoctl with asdf

If you are using the [asdf](https://asdf-vm.com/) runtime manager, you can install *liqoctl* with asdf:

```bash
# Add the liqoctl plugin for asdf
asdf plugin add liqoctl

# List all installable versions
asdf list-all liqoctl

# Install the desired version
asdf install liqoctl <version>

# set it as the global version, unless a project declares it otherwise locally
asdf global liqoctl <version>
```

(InstallationLiqoctlManually)=

## Install liqoctl manually
Expand Down

0 comments on commit 7a537cd

Please sign in to comment.