aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-04-24 02:05:37 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-04-24 02:05:37 +0800
commit154570ebd3d8d05fa718417ff849bdd39c6ed155 (patch)
tree6d4c1c778fbcd84044be3f498428f831b7cf110c /README.md
parent94f2adb80a54c9bddacf146138d8e218a95629c9 (diff)
downloadgo-tangerine-154570ebd3d8d05fa718417ff849bdd39c6ed155.tar
go-tangerine-154570ebd3d8d05fa718417ff849bdd39c6ed155.tar.gz
go-tangerine-154570ebd3d8d05fa718417ff849bdd39c6ed155.tar.bz2
go-tangerine-154570ebd3d8d05fa718417ff849bdd39c6ed155.tar.lz
go-tangerine-154570ebd3d8d05fa718417ff849bdd39c6ed155.tar.xz
go-tangerine-154570ebd3d8d05fa718417ff849bdd39c6ed155.tar.zst
go-tangerine-154570ebd3d8d05fa718417ff849bdd39c6ed155.zip
Cleanup README developer info
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 61d6a9b86..64af8e5c4 100644
--- a/README.md
+++ b/README.md
@@ -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.