Skip to content

Commit 5b0f0ea

Browse files
committed
Add instructions for Windows and Linux
1 parent d56f500 commit 5b0f0ea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ misc
44

55
NOTES.md
66
TODO.md
7+
8+
artifacts/python-for-coding-interview-v*.pdf

USAGE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ docker build -t pfci:latest .
77
# Linter
88
docker run --rm pfci:latest make linter
99
# Generate PDF
10-
docker run --rm -v %cd%\artifacts:/repo/artifacts pfci:latest make pdf
10+
docker run --rm -v %cd%\artifacts:/repo/artifacts pfci:latest make pdf # Windows
11+
docker run --rm -v $(pwd)\artifacts:/repo/artifacts pfci:latest make pdf # Linux
1112
```
1213

13-
docker run --rm pfci:latest "make pdf &> /dev/null && ls /repos/" > ./artifacts/python-for-coding-interview.pdf
14-
1514
## Without docker
1615

1716
```text

0 commit comments

Comments
 (0)