Skip to content

Commit

Permalink
Merge pull request #49 from halencarjunior/master
Browse files Browse the repository at this point in the history
Updating the README.md to add go install
  • Loading branch information
j3ssie authored Jul 29, 2022
2 parents 515484a + 422409d commit f2032a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ If you have a Go environment, make sure you have **Go >= 1.13** with Go Modules
GO111MODULE=on go get github.com/jaeles-project/jaeles
```

In case of "go get" failure, try the below method.

```shell
GO111MODULE=on go install github.com/jaeles-project/jaeles@latest
```

Please visit the [Official Documention](https://jaeles-project.github.io/) for more details.

### **Note**: Checkout [Signatures Repo](https://github.com/jaeles-project/jaeles-signatures) for install signature.
Expand Down

0 comments on commit f2032a5

Please sign in to comment.