From 1f6d7a50b240fced695c97d25eb3e29ee74991df Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Mon, 18 Dec 2017 09:02:39 +1100 Subject: [PATCH] Clearer README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbfc677..90654b84 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Use "yaml [command] --help" for more information about a command. ``` ## Contribute -1. `make vendor` OR run `govendor sync` [link](https://github.com/kardianos/govendor) +1. `make [local] vendor` OR run `govendor sync` [link](https://github.com/kardianos/govendor) 2. add unit tests 3. apply changes 4. `make`