Consider adding go get for all dependencies in Makefile to simplify install
wade-welles opened this issue · 3 comments
wade-welles commented
Consider adding go get for all dependencies in Makefile to simplify install
katcipis commented
@wade-welles I may be missing something, but which dependencies ? (I think they are all vendored)
i4ki commented
just installed nash on a brand new machine and it worked as expected. Just git clone
and make install
i4ki commented
@wade-welles Do you have GO111MODULES=on ?
Maybe that's the case. I'll test this soon.