Skip to content

Commit b97fead

Browse files
committed
docs: install
1 parent 472a227 commit b97fead

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ necessary for Scratch Desktop to function correctly but are not yet merged into
2727
3. `git clone https://github.com/smalruby/smalruby3-gui.git`
2828
2. `cd smalruby3-gui`
2929
1. `git checkout smalruby3-desktop`
30-
2. `npm install`
31-
3. `npm link`
32-
4. `cd ..`
30+
2. `rm -rf node_modules/scratch-vm`
31+
3. `npm install`
32+
4. `(cd node_modules/scratch-vm && npm --production=false install && $(npm bin)/webpack --colors --bail --silent)`
33+
5. `npm link`
34+
6. `cd ..`
3335
3. `cd smalruby3-desktop`
3436
1. `npm install`
3537
2. `npm link smalruby3-gui`

0 commit comments

Comments
 (0)