Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid Trejo <david.daniel.trejo@gmail.com>2011-01-24 07:52:37 +0300
committerRyan Dahl <ry@tinyclouds.org>2011-01-28 03:20:31 +0300
commit3a05a6eaca578cdaea19e8e23a1411de324e7d07 (patch)
tree8c330333a8cf3d687e40b68febe6552600836852 /README
parent1a5e5130843b5eca79fce60a6c032f3d7ac61017 (diff)
newcomer resources in README
Closes GH-579.
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 0 insertions, 24 deletions
diff --git a/README b/README
deleted file mode 100644
index 18e076074c9..00000000000
--- a/README
+++ /dev/null
@@ -1,24 +0,0 @@
-Evented I/O for V8 javascript.
-
-To build:
-
- ./configure
- make
- make install
-
-To run the tests:
-
- make test
-
-To build the documentation:
-
- make doc
-
-To read the documentation:
-
- man doc/node.1
-
-See http://nodejs.org/ for more information. For help and discussion
-subscribe to the mailing list by visiting
-http://groups.google.com/group/nodejs or by sending an email to
-nodejs+subscribe@googlegroups.com.