Fix instructions in docs. Fixes #174.

This commit is contained in:
Nick Martin
2012-06-19 12:44:45 -07:00
parent 9d52461b67
commit 723a668efa

View File

@@ -544,7 +544,7 @@ created on. To run on a different platform, you'll need to rebuild
the native packages included in the bundle. To do that, make sure you
have <code>npm</code> available, and run the following:
$ cd bundle/server
$ cd bundle/server/node_modules
$ rm -r fibers
$ npm install fibers@0.6.5
{{/warning}}