From 08e6ace4e089bf5c211592f64a24082e54b887b5 Mon Sep 17 00:00:00 2001 From: Rob Figueiredo Date: Mon, 6 Apr 2015 12:43:27 -0400 Subject: [PATCH] README: remove reference to old godep -copy=false Fixes #22 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cf9e58e..8d9bca7 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ Glock provides 2 commands and a version control hook: * "glock sync project" updates all packages listed in project/GLOCKFILE to the listed version. * "glock install project" installs a version control hook that watches for changes to project/GLOCKFILE and incrementally applies them. -Glock is similar to "godep -copy=false" - GLOCKFILEs are simple text files that record a repo roots's revision, e.g. ```