Skip to content

Commit ed4f827

Browse files
committed
add Dockerfile to generate pdfs
1 parent c10ac36 commit ed4f827

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ Note: If book chapter is missing, texbook doesn't provide one on the topic; all
5050

5151
- pdf version of all the notebooks can be generated using the following script from a Terminal on Linux system
5252
- PDF file for each notebook file will be generated and stored in ./pdfs folder
53+
- Install Docker and run the following commands from the Terminal in the root folder of this repo
5354

5455
```bash
55-
bash generatepdfs.sh
56+
docker-compose up --build
5657
```
5758

5859
## Who can use these notebooks

0 commit comments

Comments
 (0)