Skip to content

Commit c6572fa

Browse files
authored
Fix Linux path
1 parent 5b0f0ea commit c6572fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ docker build -t pfci:latest .
88
docker run --rm pfci:latest make linter
99
# Generate PDF
1010
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
11+
docker run --rm -v $(pwd)/artifacts:/repo/artifacts pfci:latest make pdf # Linux
1212
```
1313

1414
## Without docker

0 commit comments

Comments
 (0)