From 07bd4b3438dbe78ec7f1dd81568cdef1fcba5def Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Fri, 30 Mar 2018 08:04:54 -0700 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1fe6506..34191ba 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# Ghorg +# ghorg ### Purpose -Github search is terrible. The idea here is quickly clone all org repos into a single directory and use something like ack for searching. +Github search is terrible. The idea here is quickly clone all org repos into a single directory and use something like ack for searching. Can also be used for setting up kuve ### Use -- `$ ghorg nameoforg` +`$ ghorg nameoforg` ### Setup -1. `git clone` -1. `cd ghorg` +1. `$ git clone` +1. `$ cd ghorg` 1. `$cp .env-sample .env` 2. update .env 3. `$ go install`