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 2c453d3 commit 4d95ebcCopy full SHA for 4d95ebc
docs/source/getting-started/install.rst
@@ -251,8 +251,8 @@ Display help::
251
252
docker run scancode-toolkit --help
253
254
-Mount current working directory as "/project" and run a scan on a file name apache-2.0.LICENSE directory.
255
-The JSON results will be in scan-result.json::
+Mount current working directory as "/project" and run a scan on a file name
+apache-2.0.LICENSE directory. The JSON results will be in scan-result.json::
256
257
docker run -v $PWD/:/project scancode-toolkit -clipeu --json-pp /project/scan-result.json /project/apache-2.0.LICENSE
258
0 commit comments