Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
change install from source instructions
  • Loading branch information
ddvk authored Jul 14, 2022
1 parent 359c344 commit f2e498b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ support for the new protocol is experimental, and you should make sure you have

Install and build the project:

`GO111MODULE=on go get github.com/juruen/rmapi@latest`
```
git clone https://github.com/juruen/rmapi
cd rmapi
go install
```

## Binary

Expand Down

0 comments on commit f2e498b

Please sign in to comment.