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

Regarding documentation - what does this command do?? #16

Open
bmullan opened this issue Aug 2, 2022 · 1 comment
Open

Regarding documentation - what does this command do?? #16

bmullan opened this issue Aug 2, 2022 · 1 comment

Comments

@bmullan
Copy link

bmullan commented Aug 2, 2022

In the README documentation it says in the "install section"

install

GO111MODULE=on go get github.com/my-network/ipvpn/cmd/ipvpnd

After some searches I found that the Documentation of the above command is incorrect as it should be least 2 lines:

GO111MODULE=on
go get github.com/my-network/ipvpn/cmd/ipvpnd

Those not normally GO users might not know that and any attempt to executed the command as documented would fail.

@bmullan
Copy link
Author

bmullan commented Nov 10, 2022

bump

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

1 participant