Update README with install instructions.
This commit is contained in:
parent
9525516e37
commit
0aba070b62
25
README.md
25
README.md
@ -0,0 +1,25 @@
|
||||
jsh
|
||||
===
|
||||
|
||||
An augmented Unix userland. Makes your core utility functions a bit cooler by
|
||||
adding a --json flag that makes everything output in nice, serialized JSON.
|
||||
|
||||
## Assumptions
|
||||
|
||||
* You have the following binaries (usually found in your distro's coreutils
|
||||
packages)
|
||||
* /usr/bin/ps
|
||||
* You have Go installed
|
||||
|
||||
We're working on making it so that they don't have to be in those directories.
|
||||
|
||||
## Installing
|
||||
|
||||
* git clone this directory
|
||||
* cd into the directory
|
||||
* set the GOPATH environment variable to the directory
|
||||
|
||||
### ps
|
||||
|
||||
* $ go install "jsh/ps"
|
||||
* $ bin/ps
|
Reference in New Issue
Block a user