Skip to content

Commit 0c5affe

Browse files
Add asdf installation instructions to docs (#383)
* 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>
1 parent e84bbc1 commit 0c5affe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

site/content/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ See [mage homebrew formula](https://formulae.brew.sh/formula/mage).
5757

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

60+
### Using asdf
61+
62+
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.
63+
64+
```shell
65+
asdf plugin add mage
66+
asdf install mage latest
67+
asdf global mage latest
68+
```
69+
6070
## Example Magefile
6171

6272
```go

0 commit comments

Comments
 (0)