-
Notifications
You must be signed in to change notification settings - Fork 547
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
Support go get #155
Comments
@nylira Running We do support
What kind of error are you getting? |
exec: "blogd": executable file not found in $PATH solved with: export PATH=$PATH:~/go/bin |
@nylira (correction) |
The recommended way of installing Starport now is |
Apparently, Starport should be "go gettable" (thanks @ilgooz!). I am getting an error, though:
|
Seems like current version of Go does not support replace directives in go.mod when using go get. As a workaround, |
If developers wanted to use the latest version of Starport right now they can only clone the repo and make it manually. That doesn't solve adding it to their machine's $PATH variable.
What if we supported
Would that be useful?
The text was updated successfully, but these errors were encountered: