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

Commit

Permalink
Add Packer utility installation step (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
misha-plus authored and markbates committed Oct 24, 2018
1 parent 5a2cbb5 commit 0f75def
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ To get an idea of the what and why of packr, please enjoy this short video: [htt

## Installation

To install Packr utility

```text
$ go get -u github.com/gobuffalo/packr/packr
```

To get the dependency

```text
$ go get -u github.com/gobuffalo/packr/...
$ go get -u github.com/gobuffalo/packr
```

## Usage
Expand Down

0 comments on commit 0f75def

Please sign in to comment.