Skip to content

Commit

Permalink
Requested changes for #134's review.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquincasares authored and michaelsembwever committed Jul 20, 2017
1 parent fd8a416 commit e5023f0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,15 @@ Run the tool with *-h* or *--help* option to see usage instructions.

### Debian and RPM Packages

Notice that you can also build Debian and RPM packages from this project by using *Make*, for example:
`make all`.
#### Make

Debian and RPM packages can be built from this project using Make, for example:

```bash
make all
```

#### Docker

A [Docker](https://docs.docker.com/engine/installation/) build environment is
also provided to build the entire project and can be run by using
Expand Down

0 comments on commit e5023f0

Please sign in to comment.