http-science
http-science copied to clipboard
Compilation Instructions?
We want to use http-science in my current workplace but we are a Django shop. Could you please include compilation instructions? :)
FWIW: Here's what I've done so far. Can't figure out how to get to the last step (I was turning this into a PR for README.md but I can't figure out the last step) -
Compiling
- Ensure that you have properly setup your
$GOPATH - While in your
$GOPATH, clone the repository &cdinto it - Run
make install_deps - Run
bin/deps ensure(bin/deps statusto view the status of project dependencies) - Run
make && make build
Edit
Okay I think I actually did get it compiled, I just didn't expect it to be in build/
Still not sure if I've done it correctly but opening the PR / keeping this open to start a dialogue :)
Thanks for the great work Clever! Looking forward to using this tool