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

docs: cleaned up installation command in readme #96

Merged
merged 1 commit into from
Jun 19, 2023
Merged

docs: cleaned up installation command in readme #96

merged 1 commit into from
Jun 19, 2023

Conversation

SHA65536
Copy link
Contributor

Instead of cloning and building switched to using go install

Instead of cloning and building switched to using `go install`
@SHA65536 SHA65536 changed the title Cleaned up installation command in readme docs: cleaned up installation command in readme Jun 19, 2023
@baruchiro
Copy link
Contributor

@SHA65536 Thank you for your contribution!
I wanted to do that before, but the compiled code is not included in our repository.

Now I read the go help install and I understand the go install command is compiling the source code, and saving the output executable.

Am I right?

@SHA65536
Copy link
Contributor Author

Yes, go install will download and build the project into $GOPATH/bin, which should be inside the path. Making the install much easier and cleaner.

@baruchiro baruchiro merged commit 0a738f1 into Checkmarx:master Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants