Skip to content

Commit

Permalink
Add asdf installation instructions to docs (#383)
Browse files Browse the repository at this point in the history
* Add asdf installation instructions to docs

* Update site/content/index.md

Co-authored-by: Nate Finch <natefinch@github.com>

* Clean up asdf installation instructions

Co-authored-by: Nate Finch <nate.finch@gmail.com>
Co-authored-by: Nate Finch <natefinch@github.com>
  • Loading branch information
3 people committed Nov 1, 2021
1 parent e84bbc1 commit 0c5affe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions site/content/index.md
Expand Up @@ -57,6 +57,16 @@ See [mage homebrew formula](https://formulae.brew.sh/formula/mage).

See [scoop](https://scoop.sh/).

### Using asdf

The [asdf version manager](https://asdf-vm.com/) is a tool for installing release binaries from Github. With asdf installed, the [asdf plugin for mage](https://github.com/mathew-fleisch/asdf-mage) can be used to install any released version of mage.

```shell
asdf plugin add mage
asdf install mage latest
asdf global mage latest
```

## Example Magefile

```go
Expand Down

0 comments on commit 0c5affe

Please sign in to comment.