This repository was archived by the owner on Apr 21, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ install:
5454 @rm -rf api/node_modules/gitbook-plugin-anchorjs
5555 @rm -rf extending-contao4/node_modules/gitbook-plugin-anchorjs
5656 @rm -rf manager/node_modules/gitbook-plugin-anchorjs
57- @git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git manual/node_modules/gitbook-plugin-anchorjs
58- @git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git cookbook/node_modules/gitbook-plugin-anchorjs
59- @git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git api/node_modules/gitbook-plugin-anchorjs
60- @git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git extending-contao4/node_modules/gitbook-plugin-anchorjs
61- @git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git manager/node_modules/gitbook-plugin-anchorjs
57+ @cd manual/ ; npm install " https://github.com/aschempp/gitbook-plugin-anchorjs.git"
58+ @cd cookbook/ ; npm install " https://github.com/aschempp/gitbook-plugin-anchorjs.git"
59+ @cd api/ ; npm install " https://github.com/aschempp/gitbook-plugin-anchorjs.git"
60+ @cd extending-contao4/ ; npm install " https://github.com/aschempp/gitbook-plugin-anchorjs.git"
61+ @cd manager/ ; npm install " https://github.com/aschempp/gitbook-plugin-anchorjs.git"
6262
6363install-python :
6464 @echo " --> You must have Python virtualenv"
You can’t perform that action at this time.
0 commit comments