diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-04-24 02:53:18 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-04-24 02:53:18 +0800 |
commit | b6ec1c720fc65d8bac36bd2e28bf1df1de1ffe5b (patch) | |
tree | f687a5a0b0f62ee9582f3fe31e8b468ede065e67 /README.md | |
parent | f5e0388f62085c7eb100769765f8649ec364c1bd (diff) | |
parent | 24995f9ab7c0dbfde0b45ce0bb1c01cf8015c0e8 (diff) | |
download | dexon-b6ec1c720fc65d8bac36bd2e28bf1df1de1ffe5b.tar dexon-b6ec1c720fc65d8bac36bd2e28bf1df1de1ffe5b.tar.gz dexon-b6ec1c720fc65d8bac36bd2e28bf1df1de1ffe5b.tar.bz2 dexon-b6ec1c720fc65d8bac36bd2e28bf1df1de1ffe5b.tar.lz dexon-b6ec1c720fc65d8bac36bd2e28bf1df1de1ffe5b.tar.xz dexon-b6ec1c720fc65d8bac36bd2e28bf1df1de1ffe5b.tar.zst dexon-b6ec1c720fc65d8bac36bd2e28bf1df1de1ffe5b.zip |
Merge pull request #797 from tgerring/bootnodes
Bootnodes update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -92,9 +92,5 @@ are ignored (use gofmt!). If you send pull requests make absolute sure that you commit on the `develop` branch and that you do not merge to master. Commits that are directly based on master are simply ignored. -For dependency management, we use [godep](https://github.com/tools/godep). After installing with `go get github.com/tools/godep`, run `godep restore` to ensure that changes to other repositories do not break the build. To update a dependency version (for example, to include a new upstream fix), run `go get -u <foo/bar>` then `godep update <foo/...>`. To track a new dependency, add it to the project as normal than run `godep save ./...`. Changes to the [Godeps folder](https://github.com/ethereum/go-ethereum/tree/develop/Godeps): should be manually verified then commited. - -To make life easier try [git flow](http://nvie.com/posts/a-successful-git-branching-model/) it sets this all up and streamlines your work flow. - -See [Developers' Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide) +See [Developers' Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide) for more details on configuring your environment, testing, and dependency management. |