Skip to content

Commit 78d06ee

Browse files
committed
Clean up README.
1 parent 2060e32 commit 78d06ee

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

README

+21-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
1-
Purely evented I/O for V8 javascript.
1+
Evented I/O for V8 javascript.
22

3-
See http://tinyclouds.org/node for more information.
3+
To build:
44

5-
For help and discussion subscribe to the mailing list at
6-
http://groups.google.com/group/nodejs or send an email to
7-
5+
./configure
6+
make
7+
make install
8+
9+
To run the tests:
10+
11+
make test
12+
13+
To build the documentation and install it, you will need asciidoc and
14+
xsltproc:
815

9-
A list of projects using Node can be found at
10-
http://wiki.github.com/ry/node
16+
make doc install
17+
18+
To read the documentation:
1119

12-
To build
13-
./configure
14-
make
15-
make install
20+
man doc/node.1
21+
22+
See http://nodejs.org/ for more information. For help and discussion
23+
subscribe to the mailing list by visiting
24+
http://groups.google.com/group/nodejs or by sending an email to
25+

0 commit comments

Comments
 (0)