Skip to content

Commit

Permalink
Merge pull request #76 from larsbutler/clarify-readme-install-instruc…
Browse files Browse the repository at this point in the history
…tions

Clarify readme install instructions
  • Loading branch information
mgeisler committed Apr 3, 2014
2 parents 8978cd1 + b10d18d commit 2a17a77
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
zpm
===
# zpm

ZeroVM Package Manager


Packaging
---------
## 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

Note: This section is interesting only for project maintainers and packagers.
This is not required for installing and using `zpm`.

1. Install debian packaging dependencies:

Expand Down

0 comments on commit 2a17a77

Please sign in to comment.