File tree 1 file changed +6
-11
lines changed
1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -95,17 +95,12 @@ nofuse: build
95
95
install : cmd/ipfs-install
96
96
.PHONY : install
97
97
98
- install_unsupported :
99
- @echo " note: this command has yet to be tested to build in the system you are using"
100
- @echo " installing gx"
101
- go get -v -u github.com/whyrusleeping/gx
102
- go get -v -u github.com/whyrusleeping/gx-go
103
- @echo check gx and gx-go
104
- gx -v && gx-go -v
105
- @echo downloading dependencies
106
- gx install --global
107
- @echo " installing go-ipfs"
108
- go install -v -tags nofuse ./cmd/ipfs
98
+ install_unsupported : install
99
+ @echo " /=======================================================================\\ "
100
+ @echo ' | |'
101
+ @echo ' | `make install_unsupported` is deprecated, use `make install` instead. |'
102
+ @echo ' | |'
103
+ @echo " \\ =======================================================================/"
109
104
.PHONY : install_unsupported
110
105
111
106
uninstall :
You can’t perform that action at this time.
0 commit comments