Skip to content

Commit ebefdd5

Browse files
Update readme.md
1 parent 9cbe441 commit ebefdd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ The build.sh and deploy.sh scripts are meant to be run in Ubuntu WSL. Here are t
66
2. Run fromdos command on both these scripts to convert them from dos to unix.
77

88
sudo apt-get update
9+
910
sudo apt-get install tofrodos
1011

1112
3. The command 'which node' should point to a node installation in ubuntu (eg: /usr/bin/node)
1213

1314
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash –
15+
1416
sudo apt-get install -y nodejs
1517

1618
4. The command 'which npm' should point to an npm installation in ubuntu (eg: /usr/bin/npm)

0 commit comments

Comments
 (0)