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 291bcb0 commit 2869c9eCopy full SHA for 2869c9e
README.md
@@ -64,7 +64,7 @@ for `Math.sin`, `Number.toFixed`, and
64
`Number.toString` to test programs modulo the unsupported libraries.
65
```
66
$ sudo apt-get install nodejs
67
-$ (cd $(dirname `which nodejs`); ln -s nodejs node)
+$ (cd $(dirname `which nodejs`); sudo ln -s nodejs node)
68
69
70
### 3. Install KJS
0 commit comments