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:
authorRyan <ry@tinyclouds.org>2009-05-27 03:59:31 +0400
committerRyan <ry@tinyclouds.org>2009-05-27 03:59:31 +0400
commit765815ba1f20a4d1c1ef1897a9fbdac0384bd8d6 (patch)
treeafbe4ebd05c88e77138d84b7c8b63203b09c1572 /README
parent562db19d32d8ff9eaa6e8281dcd3298366247c4b (diff)
add license, readme
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000000..7b7cf58ec1c
--- /dev/null
+++ b/README
@@ -0,0 +1,7 @@
+To build
+
+./configure
+make
+make install
+
+See website/index.html for documentation.