We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0f0ea commit c6572faCopy full SHA for c6572fa
USAGE.md
@@ -8,7 +8,7 @@ docker build -t pfci:latest .
8
docker run --rm pfci:latest make linter
9
# Generate 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
+docker run --rm -v $(pwd)/artifacts:/repo/artifacts pfci:latest make pdf # Linux
12
```
13
14
## Without docker
0 commit comments