Skip to content

Commit

Permalink
linux install instructions added
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchiang committed Nov 23, 2014
1 parent f407082 commit 4705e17
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 @@ -19,6 +19,16 @@ If you're on OS X, use [Brew](http://brew.sh/) to install (no Go required).

brew install https://raw.githubusercontent.com/EricChiang/pup/master/pup.rb

For linux distrubtions use the following commands to install under your `PATH`
environment variable. You can set `ARCH` to `linux_386` for 32-bit infrastructures.

ARCH=linux_amd64
cd /tmp
wget https://github.com/EricChiang/pup/releases/download/v0.3.5/pup_${ARCH}.zip
unzip pup_${ARCH}.zip && rm pup_${ARCH}.zip
sudo mv pup /usr/local/bin
pup --version

## Quick start

```bash
Expand Down

0 comments on commit 4705e17

Please sign in to comment.