Skip to content

Commit

Permalink
Fix typo in README and clarify Docker instructions
Browse files Browse the repository at this point in the history
Fixes #452.

Signed-off-by: JoeLametta <[email protected]>
  • Loading branch information
JoeLametta committed Jan 17, 2020
1 parent caa2c8b commit 553a6de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ You can easily install whipper without needing to care about the required depend

`docker pull whipperteam/whipper`

Please note that, right now, Docker Hub only builds whipper images for the `amd64` architecture: if you intend to use them on a different one, you'll need to build the images locally (as explained below).

Alternatively, in case you prefer building Docker images locally, just issue the following command (it relies on the [Dockerfile](https://github.com/whipper-team/whipper/blob/master/Dockerfile) included in whipper's repository):

`docker build -t whipperteam/whipper`
`docker build -t whipperteam/whipper .`

It's recommended to create an alias for a convenient usage:

Expand Down

0 comments on commit 553a6de

Please sign in to comment.