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