Skip to content

Commit

Permalink
update readme for install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
liujianping committed Jun 30, 2020
1 parent 05f8d55 commit 7050ac0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ make your short-term command as a long-term job

## Install

Shell Install (Linux & MacOS)

````bash
# binary will be $(go env GOPATH)/bin/job
$: curl -sfL https://raw.githubusercontent.com/liujianping/job/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

# In alpine linux (as it does not come with curl by default)
$: wget -O - -q https://raw.githubusercontent.com/liujianping/job/master/install.sh | sh -s
````

Brew install

````bash
Expand Down

0 comments on commit 7050ac0

Please sign in to comment.