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 8ec3a27 commit 35b7c73Copy full SHA for 35b7c73
docs/file-scrapers.md
@@ -298,7 +298,7 @@ Make sure to set the version per the release tag (e.g. r160). Note that the r pr
298
curl https://codeload.github.com/mrdoob/three.js/tar.gz/refs/tags/r${VERSION} > threejs.tar.gz
299
tar -xzf threejs.tar.gz
300
mkdir -p docs/threejs~${VERSION}
301
-mv three.js-r${VERSION}/list.json /tmp/list.json
+mv three.js-r${VERSION}/list.json tmp/list.json
302
mv three.js-r${VERSION}/docs/* docs/threejs~${VERSION}/
303
304
rm -rf three.js-r${VERSION}/
0 commit comments