mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
@@ -1474,7 +1474,8 @@ var writeSiteArchive = function (targets, outputPath, options) {
|
||||
builder.write('README', { data: new Buffer(
|
||||
"This is a Meteor application bundle. It has only one dependency:\n" +
|
||||
"Node.js 0.10 (with the 'fibers' package). The current release of Meteor\n" +
|
||||
"has been tested with Node 0.10.21. To run the application:\n" +
|
||||
"has been tested with Node 0.10.22 and works best with 0.10.22 through\n" +
|
||||
"0.10.24. To run the application:\n" +
|
||||
"\n" +
|
||||
" $ rm -r programs/server/node_modules/fibers\n" +
|
||||
" $ npm install fibers@1.0.1\n" +
|
||||
|
||||
Reference in New Issue
Block a user