You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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
The text was updated successfully, but these errors were encountered: