From 099d81e5c9729c7db7706706f12ed124e8977544 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 30 Nov 2014 16:37:01 -0800 Subject: [PATCH] Remove redundant 'make getdeps' --- DEVELOPERS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 3d8e4d89f..3f4a8ca31 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -51,7 +51,6 @@ Once we are finished the prerequisites in the previous step we now build minio ```sh $ go get -u github.com/minio-io/minio $ cd $GOPATH/src/github.com/minio-io/minio -$ make getdeps $ make ... ``` @@ -61,7 +60,6 @@ $ make ```sh $ git clone https://github.com/minio-io/minio $ cd minio -$ make getdeps $ make ```