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

Installation error following the documentation. #94

Open
laurianops opened this issue May 12, 2024 · 1 comment
Open

Installation error following the documentation. #94

laurianops opened this issue May 12, 2024 · 1 comment

Comments

@laurianops
Copy link

Error installing the application via go:
go install -v github.com/alpkeskin/mosint/v3/cmd/mosint@latest

also error installing the application via docker:
docker build -t mosint .
docker run mosint --help

imcomplement doc
Screenshot from 2024-05-12 07-47-51

@L-A-Marchetti
Copy link

I followed the doc and it works like a charm for me.

Did you install Go before that? Your command line:

go install -v github.com/alpkeskin/mosint/v3/cmd/mosint@latest

Seems not to work because the installation is verbose. Then you're trying to ls the app, but it couldn't be found because when you use go install, the installation is done in ~/go/bin. So if you would like to ls and see if the installation was successful, you can try:

ls ~/go/bin

Next, you are trying to build a Docker image with a local Dockerfile without having downloaded the repository that contains this Dockerfile. So it's completely normal that it is not working. In conclusion, you are stating that the documentation is incomplete without trying to explain your situation and context to those who are developing this app with dedication. It seems you are not asking for help, but rather asserting that they are wrong and you are right. Feel free to ask if you need further assistance!

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