Skip to content

Commit 163df70

Browse files
committed
Updates readme
1 parent 09abf42 commit 163df70

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

libs/d3/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Building d3.js for jsroot
22

33
npm install
4-
npm run-script build
4+
npm run build
5+
rm -rf node_modules package-lock.json

libs/three/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
## Checkout appropriate three.js version
44

55
In directory on the same level as jsroot, checkout three.js
6-
into `threejs` subdirectory
6+
into `threejs` subdirectory. Do not forget to checkout proper version:
7+
8+
git checkout r172
79

810
## Run script
911

1012
npm install
11-
npm run-script build
12-
npm uninstall
13+
npm run build
14+
rm -rf node_modules package-lock.json
15+
1316

1417
## Run tests and commit package

0 commit comments

Comments
 (0)