Skip to content

Commit 2869c9e

Browse files
committed
Update README.md
1 parent 291bcb0 commit 2869c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ for `Math.sin`, `Number.toFixed`, and
6464
`Number.toString` to test programs modulo the unsupported libraries.
6565
```
6666
$ sudo apt-get install nodejs
67-
$ (cd $(dirname `which nodejs`); ln -s nodejs node)
67+
$ (cd $(dirname `which nodejs`); sudo ln -s nodejs node)
6868
```
6969

7070
### 3. Install KJS

0 commit comments

Comments
 (0)