ntnj / tunwg

Secure private tunnel to your local servers
https://tunwg.com
MIT License
213 stars 8 forks source link

install error #1

Closed Stunt0265 closed 1 year ago

Stunt0265 commented 1 year ago

When trying to self host and installing using the:

go install https://github.com/ntnj/tunwg/tunwgs TUNWG_API=example.com TUNWG_IP= TUNWG_PORT= tunwgs

I'm getting several errors like:

malformed import path "https:/github.com/ntnj/tunwg/tunwgs": invalid char ':'

ntnj commented 1 year ago

The command is go install github.com/ntnj/tunwg/tunwgs@latest.

I've updated it in README, which mentioned the incorrect command before. Thanks for trying it out. Let me know if you face any other issues.