From 19d956870f660ed4ca00069e763c2806dade3772 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Sat, 31 Oct 2015 19:14:11 -0700 Subject: [PATCH] udpate readme --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c1c20b..b08300a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ ## Structured argument parsing for Go +```shell +go get github.com/alexflint/go-arg +``` + ```go var args struct { Foo string @@ -14,12 +18,6 @@ $ ./example --foo=hello --bar hello true ``` -### Installation - -```shell -go get github.com/alexflint/go-arg -``` - ### Default values ```go