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

Provide uninstallation instructions. #77

Open
RokeJulianLockhart opened this issue Sep 19, 2023 · 3 comments
Open

Provide uninstallation instructions. #77

RokeJulianLockhart opened this issue Sep 19, 2023 · 3 comments

Comments

@RokeJulianLockhart
Copy link

RokeJulianLockhart commented Sep 19, 2023

https://github.com/alpkeskin/mosint/blob/dd331ba3df1e60b27bc80fdbe6e15cd91804a113/README.md#installation doesn't.

@ShinP00r
Copy link

ShinP00r commented Jan 19, 2024

Compile and install packages and dependencies

Usage:
go install [build flags] [packages]

Install compiles and installs the packages named by the import paths.
Executables are installed in the directory named by the GOBIN environment variable, which defaults to $GOPATH/bin or $HOME/go/bin if the GOPATH environment variable is not set. Executables in $GOROOT are installed in $GOROOT/bin or $GOTOOLDIR instead of $GOBIN.

From the go cmd documentation: https://pkg.go.dev/cmd/go

Since go install builds a single-file binary and copy in the appropriate directory, to "uninstall" mosint, shouldn't one simply remove that binary? Or am I missing something?

@RokeJulianLockhart

This comment was marked as outdated.

@RokeJulianLockhart
Copy link
Author

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

2 participants