aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-04-10 21:58:34 -0700
committerGitHub <noreply@github.com>2020-04-10 21:58:34 -0700
commit2aab4289ddbf826e42813724a0612c0912c561c0 (patch)
tree6a0e4bc2dc72a133231d0d432f669545dfe02cee
parent4b27afe176645be853433e2fb6407c2e4324df2f (diff)
downloadseaweedfs-2aab4289ddbf826e42813724a0612c0912c561c0.tar.xz
seaweedfs-2aab4289ddbf826e42813724a0612c0912c561c0.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index f0d5412fc..90dc586fd 100644
--- a/README.md
+++ b/README.md
@@ -450,6 +450,12 @@ go get github.com/chrislusf/seaweedfs/weed
Once this is done, you will find the executable "weed" in your `$GOPATH/bin` directory
+Note:
+* If you got into this problem, try to `rm -Rf $GOPATH/src/go.etcd.io/etcd/vendor` and build again.
+```
+panic: /debug/requests is already registered. You may have two independent copies of golang.org/x/net/trace in your binary, trying to maintain separate state. This may involve a vendored copy of golang.org/x/net/trace.
+```
+
Step 4: after you modify your code locally, you could start a local build by calling `go install` under
```