D
D
DashaSemenova2020-12-18 01:35:39
go
DashaSemenova, 2020-12-18 01:35:39

How to install hargo utility for command line?

How to install hargo utility for command line?
https://github.com/mrichman/hargo

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sergey, 2020-12-18
kuzmin @sergueik

will build in docker according to
https://github.com/mrichman/hargo/blob/master/Dock...

RUN go build -ldflags "-s -w -X main.Version=$VERSION -X main.CommitHash=$HASH -X 'main.CompileDate=$DATE'" -o hargo ./cmd/hargo

if it helped, please mark it as a solution

V
Vasily Bannikov, 2020-12-18
@vabka

Do go build and put in PATH. The second option is to put wsl and install it there via make install

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question