Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
docs(README.md): reference install target
Browse files Browse the repository at this point in the history
  • Loading branch information
vdice committed Dec 7, 2018
1 parent 89be18e commit cbeabfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbeabfa

Please sign in to comment.