From 2938497f022a90e44d7589f19f5d960c5d1fa4c9 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Thu, 25 Jan 2018 17:21:42 -0800 Subject: [PATCH] Link to dev tactical manual --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e29c4d9..709130c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,18 @@ pip install ## Developer setup -If you would like to hack on , set up your dev environment with: +If you would like to hack on , please check out the +[Ethereum Development Tactical Manual](https://github.com/pipermerriam/ethereum-dev-tactical-manual) +for information on how we do: + +- Testing +- Pull Requests +- Code Style +- Documentation + +### Development Environment Setup + +You can set up your dev environment with: ```sh