From 727bdd3a80b1d7dbb0944feb6faccce65decffe0 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 6 Jun 2017 13:50:35 -0400 Subject: Doc update for installation --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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` -- cgit