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

building instructions outdated #10

Open
tobwen opened this issue Jul 31, 2024 · 1 comment
Open

building instructions outdated #10

tobwen opened this issue Jul 31, 2024 · 1 comment

Comments

@tobwen
Copy link

tobwen commented Jul 31, 2024

official building instructions

$ go install github.com/saucesteals/utlsproxy
go: 'go install' requires a version when current directory is not in a module
        Try 'go install github.com/saucesteals/utlsproxy@latest' to install the latest version

modified building instructions also fail

$ go install github.com/saucesteals/utlsproxy@latest
go: github.com/saucesteals/utlsproxy@latest (in github.com/saucesteals/[email protected]):
        The go.mod file for the module providing named packages contains one or
        more replace directives. It must not contain directives that would cause
        it to be interpreted differently than if it were the main module.

latest stable go has been installed

$ go version
go version go1.22.5 linux/amd64
@barbolo
Copy link

barbolo commented Nov 6, 2024

git clone https://github.com/saucesteals/utlsproxy
cd utlsproxy/
go build

./utlsproxy -h

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