Minor documentation fix, the node.js mini HTTP server requires mime to be installed

This commit is contained in:
Richard Kettelerij 2012-01-15 15:20:58 +01:00
commit a27c631290

View file

@ -117,6 +117,7 @@ After the checkout Ace works out of the box. No build step is required. Open 'ed
Or using Node.JS
```bash
npm install mime
./static.js
```