Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.md #476

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions site/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ and Mage automatically uses them as Makefile-like runnable targets.
Mage has no dependencies outside the Go standard library, and builds with Go 1.7
and above (possibly even lower versions, but they're not regularly tested).

#### Using Go Install (Faster)

```console
$ go install github.com/magefile/mage@latest
go: downloading github.com/magefile/mage v1.15.0
```

`mage` should now be in your `$GOBIN` (`go env | grep GOBIN` to check). Make sure it's in your `$PATH`

#### Using Go Modules (Recommended)

```plain
Expand Down