Skip to content

Commit

Permalink
readme: Updating download / install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-fox committed Aug 29, 2022
1 parent 080494e commit faf4378
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,15 @@ complete, execute:
```

## Where do I download the tool?
Refer to the project's releases / tags.
Since this is a Go (Golang) application, the preferred method of installation
is using `go install`. This automates downloading and building Go applications
from source in a secure manner. By default, this copies applications
into `~/go/bin/`.

You must first [install Go](https://golang.org/doc/install). After
installing Go, simply run the following command to install the application:

```sh
go install github.com/stephen-fox/mic/cmd/mic@latest
# If successful, the exectuable should be in "~/go/bin/".
```

0 comments on commit faf4378

Please sign in to comment.