Add docker instructions

This commit is contained in:
Nemo 2020-10-26 14:34:33 +05:30
parent 7f773a7f79
commit 4411c213d3
1 changed files with 9 additions and 0 deletions

View File

@ -14,6 +14,15 @@ The book is available for pre-order at [Amazon.com](https://www.amazon.com/Never
## How to run
### With Docker
```bash
docker pull captn3m0/never-say-you-cant-survive
docker run --rm --volume "$(pwd):/output" captn3m0/never-say-you-cant-survive:latest
```
### Without Docker
Dependencies: `ruby`, `wget`, `pandoc`
```