Skip to content

Commit

Permalink
README.md: add installation instruction section
Browse files Browse the repository at this point in the history
Installation instructions were missing from the README, and this seemed
to be causing confusion for the users (who though they had to package
`zpm` in order to install and use it).
  • Loading branch information
larsbutler committed Apr 3, 2014
1 parent d264492 commit f0e2cdd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
ZeroVM Package Manager


## Installation

There are currently two options for installing `zpm`.

- Clone and install:

```bash
$ git clone https://github.com/zerovm/zpm.git
$ cd zpm
$ python setup.py install
```

- Install directly from `git` using `pip`:

```bash
$ pip install git+https://github.com/zerovm/zpm.git
```


## Packaging

1. Install debian packaging dependencies:
Expand Down

0 comments on commit f0e2cdd

Please sign in to comment.