Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Documentation for Install #360

Open
luciddr34m3r opened this issue Jul 9, 2022 · 4 comments
Open

Update Documentation for Install #360

luciddr34m3r opened this issue Jul 9, 2022 · 4 comments

Comments

@luciddr34m3r
Copy link

As of Go 17, go get will not install this package and go install fails, so you must build it from source currently.

@ghost
Copy link

ghost commented Sep 21, 2022

this helped me https://www.digitalocean.com/community/tutorials/how-to-build-and-install-go-programs

Also comments on THIS issue on the current repo, helps since the documentation does not mention that failure to part multiple.ini as it says it must

@ryan910
Copy link

ryan910 commented Feb 13, 2023

FYI here are the instructions for GO above version 1.17

git clone https://github.com/zmap/zrab2.git
cd zgrab2
go build
cd into build directory, example: /home/user/go/pkg/mod/github.com/zmap/[email protected]
go mod download github.com/stretchr/testify
make
./zgrab2

@rful011
Copy link

rful011 commented Apr 5, 2023

the clone request prompts for password...

@rful011
Copy link

rful011 commented Apr 5, 2023

Ah! typo in the filename in the clone request: "zrab2.git"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants