Skip to content

Commit

Permalink
Update HOWTO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cblp committed Jul 18, 2015
1 parent f7d5499 commit 9db4cad
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions HOWTO.md
Expand Up @@ -2,11 +2,6 @@

1. [Install Docker](https://docs.docker.com/installation/)
2. Build `docker build --tag yaml-sucks .`
3. Run:

docker run \
--rm \
--volume `pwd`:/app \
yaml-sucks
3. Run ```docker run --rm --volume `pwd`:/app yaml-sucks```

This will regenerate `README.md`.

0 comments on commit 9db4cad

Please sign in to comment.