Made package more go-getable.

Based on how the Revel project is organized.
This commit is contained in:
Ian Adam Naval 2014-09-04 01:26:15 -04:00
parent 0aba070b62
commit e0166b98a9
4 changed files with 8 additions and 4 deletions

View File

@ -16,10 +16,14 @@ We're working on making it so that they don't have to be in those directories.
## Installing ## Installing
* git clone this directory * git clone this directory
* cd into the directory * If you didn't clone into your GOPATH, symlink the clone directory into
* set the GOPATH environment variable to the directory $GOPATH/src
### ps ### ps
* $ go install "jsh/ps" * $ go install jsh/ps
* $ bin/ps * $ $GOPATH/bin/ps
You may want to prepend your path with $GOPATH/bin:
export PATH=$GOPATH/bin:$PATH