From 0d61e0689bdc727bfd3cc9dbd4e3733352d9354f Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 9 May 2015 15:52:23 -0400 Subject: [PATCH] update readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba56438..b950bde 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ gopkg ===== -`gopkg` is a helper wrapper similar to `virtualenvwrapper` for python, making it -easy to keep package third party dependencies isolated. `gopkg.sh` simply -provides some bash functions to help manage your `GOPATH`. +`gopkg` is a helper script for helping you manage your go environment similar to +`virtualenvwrapper` for python, making it easy to keep project third party +dependencies isolated. +`gopkg.sh` provides the commands `mkgopkg`, `rmgopkg` and `gopkg` which are used +to create, remove and activate go projects. + +`gopkg` was written for fun in a few hours, so no guarantee that it'll work for +everyone on every system. If you experience any issues, please open an issue and +I'd be more than happy to investigate with you. ## Setup