Updating README file. - boof - AWS EC2 instance tag searching in golang, no longer used.
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 2ac66a2ae7de1d5ea1eba1a1d066a2d62f2e6639
DIR parent 77b1460b1c096d5684d354fb5541ee868990cc47
HTML Author: Jay Scott <me@jay.scot>
Date: Wed, 5 May 2021 20:24:53 +0100
Updating README file.
Diffstat:
M README.md | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
---
DIR diff --git a/README.md b/README.md
@@ -1,18 +1,12 @@
-# Boof
-Trying out GO lang with a basic project.
+|> boof
+Trying out GO lang with a basic project to search ec2 instance names
+based on tags.
-## Build / Install
-
-
-go install
-
-
-## Running
-
-> boof ec2 my-instance-name
-
-> boof ec2 prod --tag=environment
+usage:
+ $ go install
+ $ boof ec2 my-instance-name
+ $ boof ec2 prod --tag=environment