From a6e948840d302671aec481aa27db337cc5907bf4 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 2 Jun 2016 18:15:54 -0700 Subject: [PATCH] fix path --- .travis.yml | 4 ++-- Dockerfile.go_build | 2 +- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 059699b8b..2344d4850 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - export PATH=/home/travis/gopath/bin:$PATH install: - - go get ./go/... + - go get ./weed/... script: - - go test ./go/... + - go test ./weed/... diff --git a/Dockerfile.go_build b/Dockerfile.go_build index 9fa927a41..d0bc21c91 100644 --- a/Dockerfile.go_build +++ b/Dockerfile.go_build @@ -1,5 +1,5 @@ FROM cydev/go -RUN go get github.com/chrislusf/seaweedfs/weed/weed +RUN go get github.com/chrislusf/seaweedfs/weed EXPOSE 8080 EXPOSE 9333 VOLUME /data diff --git a/README.md b/README.md index 022f7d24a..66b57f64f 100644 --- a/README.md +++ b/README.md @@ -287,11 +287,11 @@ http://mercurial.selenic.com/downloads step 3: download, compile, and install the project by executing the following command -go get github.com/chrislusf/seaweedfs/weed/weed +go get github.com/chrislusf/seaweedfs/weed once this is done, you should see the executable "weed" under $GOPATH/bin -step 4: after you modify your code locally, you could start a local build by calling "go install" under $GOPATH/src/github.com/chrislusf/seaweedfs/weed/weed +step 4: after you modify your code locally, you could start a local build by calling "go install" under $GOPATH/src/github.com/chrislusf/seaweedfs/weed ## Disk Related topics ##