Made package more go-getable.
Based on how the Revel project is organized.
This commit is contained in:
parent
0aba070b62
commit
e0166b98a9
12
README.md
12
README.md
@ -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
|
||||||
|
Reference in New Issue
Block a user