1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 17:03:58 +08:00

chore(Makefile) provide install task

This commit is contained in:
Brian Tiger Chow
2014-10-29 01:22:11 -07:00
committed by Juan Batiz-Benet
parent 0aa205f36e
commit eb1a5618a0

View File

@ -10,9 +10,10 @@ godep:
vendor: godep
godep save -r ./...
# TODO remove ipfs2 once new command refactoring is complete
install:
cd cmd/ipfs && go install
cd cmd/ipfs2 && go install
test: test_go test_sharness