aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2017-06-06 13:50:35 -0400
committerMatt Rendina <mrendina@stsci.edu>2017-06-06 13:50:35 -0400
commit727bdd3a80b1d7dbb0944feb6faccce65decffe0 (patch)
tree37726490e2080bcc7e45e9a8dc123a4cafb6bc73
parent8dba7071e39ae0cc5ab73a037c34c9df1c686bc7 (diff)
downloadrambo-727bdd3a80b1d7dbb0944feb6faccce65decffe0.tar.gz
Doc update for installation
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4c8da65..1f4e8be 100644
--- a/README.md
+++ b/README.md
@@ -9,4 +9,8 @@ Performs a few useful functions upon a collection of Conda build recipes:
- Cull the collection of sorted recipes by removing ones that would generate package file names
already existing in a given distribution channel.
-`rambo.py -h` for usage information
+Installation:
+`python setup.py install`
+
+Usage information:
+`rambo -h`