From 9a4b0b982393e0612fef70c37a04654ea46b4c1d Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 8 Oct 2013 16:48:19 -0600 Subject: [PATCH] Add devenvironment link to CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b4f2dc381..ed43d0a676 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,10 @@ Want to hack on Docker? Awesome! Here are instructions to get you started. They are probably not perfect, please let us know if anything feels wrong or incomplete. +## Build Environment + +For instructions on setting up your development environment, please see our dedicated [dev environment setup docs](http://docs.docker.io/en/latest/contributing/devenvironment/). + ## Contribution guidelines ### Pull requests are always welcome