From 363930e79ddb801789d38c5f3ffd8c4ab87da479 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sat, 13 Dec 2014 21:51:46 -0800 Subject: [PATCH] Update docs --- DEVELOPERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 890c988a5..bed81ef67 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -53,7 +53,7 @@ We welcome your contributions. To make the process as seamless as possible, we a - Commit your changes (git commit -am 'Add some feature') - Push to the branch (git push origin my-new-feature) - Create new Pull Request -* If you have additional dependencies ``minio`` uses [https://github.com/tools/godep](https://github.com/tools/godep) +* If you have additional dependencies for ``minio``, ``minio`` manages its depedencies using [godep](https://github.com/tools/godep) - Run `go get foo/bar` - Edit your code to import foo/bar - Run `make save` from top-level directory (or `godep restore && godep save ./...`).