Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
0dba051c
Commit
0dba051c
authored
Jan 28, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add better makefile and reference gx stuff in readme
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
0e8a6700
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Makefile
Makefile
+1
-1
README.md
README.md
+4
-2
No files found.
Makefile
View file @
0dba051c
...
@@ -27,7 +27,7 @@ deps: gx
...
@@ -27,7 +27,7 @@ deps: gx
vendor
:
godep
vendor
:
godep
godep save
-r
./...
godep save
-r
./...
install
:
install
:
deps
cd
cmd/ipfs
&&
go
install
-ldflags
=
$(ldflags)
cd
cmd/ipfs
&&
go
install
-ldflags
=
$(ldflags)
build
:
build
:
...
...
README.md
View file @
0dba051c
...
@@ -55,10 +55,12 @@ export PATH=$PATH:$GOPATH/bin
...
@@ -55,10 +55,12 @@ export PATH=$PATH:$GOPATH/bin
### Download + Compile IPFS
### Download + Compile IPFS
Then
simply
:
Then:
```
```
go get -u github.com/ipfs/go-ipfs/cmd/ipfs
$ go get -d github.com/ipfs/go-ipfs
$ cd $GOPATH/src/github.com/ipfs/go-ipfs
$ make install
```
```
NOTES:
NOTES:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment