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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-04 22:21:30 +0400
committerisaacs <i@izs.me>2011-09-04 22:21:30 +0400
commit32f2673e00ddf0714c4a43a4a31d9d8cab981ab8 (patch)
tree70956b6aa420948f060160269d946b61dfb7d6a6 /README.md
parent023bb497fa410d900fdd8a68b9b759806db5aa42 (diff)
Add README as proper html/manpage doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 547654335..9ebb2e397 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
npm(1) -- node package manager
==============================
+## SYNOPSIS
+
This is just enough info to get you up and running.
Much more info available via `npm help` once it's installed.
@@ -187,3 +189,9 @@ reported, and we'll lose respect for you. But there is no vetting
process for published modules.
If this concerns you, inspect the source before using packages.
+
+## SEE ALSO
+
+* npm(1)
+* npm-faq(1)
+* npm-help(1)