Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
liujianping committed May 8, 2019
1 parent a5174aa commit 6cad134
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ make your short-term command as a long-term job

## Install

Brew install

````
$: brew tap liujianping/tap && brew install job
````

OR go source install

````
$: git clone https://github.com/liujianping/job.git
$: cd job
$: go build -mod vendor
````

OR without go module enable,

````
Expand All @@ -21,6 +31,8 @@ $: go get -u github.com/liujianping/job
````shell

$: job -h
Job, make your short-term command as a long-term job

Usage:
job [flags] [command args ...]

Expand Down

0 comments on commit 6cad134

Please sign in to comment.