Skip to content

Commit

Permalink
Updating install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
c0sco committed Sep 17, 2020
1 parent bec08e9 commit 81a2895
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ simple, which helps keep it performant and reduces the chance of errors.
Installation
---

To install bitagent, use the standard `go install` process.
[Go 1.11+](https://golang.org/) is required due to the use of Go modules.
To install bitagent, the quickest way is to use the standard `go get` process:

```bash
git clone https://github.com/mjslabs/bitagent.git && cd bitagent
go install
go get github.com/mjslabs/bitagent
```

This will install the binary into your `$GOBIN` directory (defaults to ~/go/bin).
You may need to ensure that the `GO111MODULE=on` environment variable is set.

Usage
---

Expand Down

0 comments on commit 81a2895

Please sign in to comment.