Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
Curl the install script rather than doing manual work.
  • Loading branch information
walles committed Jun 12, 2016
1 parent d527f47 commit da54ad5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ This screenshot shows:
[Unix domain sockets](https://en.wikipedia.org/wiki/Unix_domain_socket).

# Installation
* Go to the [Releases](https://github.com/walles/px/releases) page and download
`px.pex` from there. That file is the whole distribution and can be run as it
is on any Python 2.7 equipped system.
* `sudo ./px.pex --install`

Copy / paste this command line in a terminal:
```
curl -L https://github.com/walles/px/raw/python/install.sh | bash
```
Now, you should be able to run `px`, `px --help` or `ptop` from the command
line. Otherwise please verify that `/usr/local/bin` is in your `$PATH`.

Expand Down

0 comments on commit da54ad5

Please sign in to comment.