Commit eb1a5618 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

chore(Makefile) provide install task

parent 0aa205f3
...@@ -10,9 +10,10 @@ godep: ...@@ -10,9 +10,10 @@ godep:
vendor: godep vendor: godep
godep save -r ./... godep save -r ./...
# TODO remove ipfs2 once new command refactoring is complete
install: install:
cd cmd/ipfs && go install cd cmd/ipfs && go install
cd cmd/ipfs2 && go install
test: test_go test_sharness test: test_go test_sharness
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment