From 422409d3da31cb621b94573de563d15e541c897e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Humberto=20J=C3=BAnior?= Date: Wed, 27 Jul 2022 16:23:12 -0300 Subject: [PATCH] Updating the README.md to add go install In case of a "go get" failure, use the go install method. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 976ac44..3b72d74 100644 --- a/README.md +++ b/README.md @@ -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.