diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-10-20 18:23:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-20 18:23:22 -0700 |
| commit | 3ac77dcc7c11ed72f46a1597105593298e59c5ee (patch) | |
| tree | 41c7b49ed85429aced9882f9fef8373c989641eb | |
| parent | 6c92fa349d0050111e51ac1ec093458f8f5d4d9f (diff) | |
| download | seaweedfs-3ac77dcc7c11ed72f46a1597105593298e59c5ee.tar.xz seaweedfs-3ac77dcc7c11ed72f46a1597105593298e59c5ee.zip | |
Update README.md
| -rw-r--r-- | README.md | 22 |
1 files changed, 5 insertions, 17 deletions
@@ -463,30 +463,18 @@ https://golang.org/doc/install make sure you set up your $GOPATH -Step 2: also you may need to install Mercurial by following the instructions at: - -http://mercurial.selenic.com/downloads - +Step 2: checkout this repo: +```bash +git clone https://github.com/chrislusf/seaweedfs.git +``` Step 3: download, compile, and install the project by executing the following command ```bash -go get github.com/chrislusf/seaweedfs/weed +make install ``` 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/golang.org/x/net/trace` 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 - -``` -$GOPATH/src/github.com/chrislusf/seaweedfs/weed -``` - [Back to TOC](#table-of-contents) ## Disk Related Topics ## |
