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

Compiled Binaries #43

Open
vaughnmb opened this issue Jan 22, 2020 · 2 comments
Open

Compiled Binaries #43

vaughnmb opened this issue Jan 22, 2020 · 2 comments

Comments

@vaughnmb
Copy link

The compiled binaries are out of date. Anyway you could update those with the newer commits?

@f9n
Copy link

f9n commented Mar 20, 2020

I forked this project. You can see it here. https://github.com/f9n/nexus-cli

@jenciso
Copy link

jenciso commented Mar 23, 2020

You could use go.mod and the last golang version to build it

echo "module github.com/mlabouardy/nexus-cli" > ./go.mod
go mod tidy
go build -o main .

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

3 participants