From 723a668efa475138363100585487d0ce114ba567 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Tue, 19 Jun 2012 12:44:45 -0700 Subject: [PATCH] Fix instructions in docs. Fixes #174. --- docs/client/concepts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/concepts.html b/docs/client/concepts.html index b62e512920..3ad7d59b73 100644 --- a/docs/client/concepts.html +++ b/docs/client/concepts.html @@ -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 npm available, and run the following: - $ cd bundle/server + $ cd bundle/server/node_modules $ rm -r fibers $ npm install fibers@0.6.5 {{/warning}}