This commit is contained in:
cheatfate 2018-11-19 05:55:24 +02:00
parent b542f4e14c
commit e8d85bc79a
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ install:
rm -rf csources ; rm -rf csources ;
cd ../.. ; cd ../.. ;
}" }"
- "export PATH=$PWD/nim/$NIMVER/bin:$PATH" - export PATH=$PWD/nim/$NIMVER/bin:$HOME/go/bin:$PATH
- echo $PWD - echo $GOPATH
- go get -v github.com/libp2p/go-libp2p-daemon - go get -v github.com/libp2p/go-libp2p-daemon
- cd $HOME/go/src/github.com/libp2p/go-libp2p-daemon - cd $HOME/go/src/github.com/libp2p/go-libp2p-daemon
- make - make