From cbeabfa97d16c1819bbf414c937ac9837128d288 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Fri, 7 Dec 2018 15:44:39 -0700 Subject: [PATCH] docs(README.md): reference install target --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a10bf99..f46a1241 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ Duffle is a command line tool that allows you to install and manage CNAB bundles $ cd duffle ``` -3. Vendor dependencies and build the `duffle` binary: +3. Vendor dependencies, build the `duffle` binary and install onto your system: ```console $ make bootstrap build + $ sudo make install ``` 4. Run the command to set duffle up on your machine: ```console - $ cd bin $ duffle init The following new directories will be created: /Users/janedoe/.duffle