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

installation instructions don't work #423

Closed
undergraver opened this issue Jun 2, 2022 · 1 comment
Closed

installation instructions don't work #423

undergraver opened this issue Jun 2, 2022 · 1 comment

Comments

@undergraver
Copy link

Hi,

I am not familiar with go and its particularities. I find the configuration tutorial lacking some bridge for the less accustomed to go language.

My version of go:

# go version
go version go1.18.2 linux/amd64
#

When I try this I get an error:

# go get github.com/hound-search/hound/cmds/...
go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
#

Can somebody help me installing this? I promise I will do a pull-request.

@wilricknl
Copy link

Hi there,

I ran into the same issues today. The thing that worked for me is the following:

git clone https://github.com/hound-search/hound.git
cd hound
go build ./cmds/hound
go build ./cmds/houndd
sudo mv hound houndd /usr/local/go/bin/

You might have to change the path of the last command if you installed Go somewhere else on your system. I hope this helps!

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