From f0e2cddae7f03a69228646fc2ea546d8af3740bd Mon Sep 17 00:00:00 2001 From: Lars Butler Date: Thu, 3 Apr 2014 11:15:21 +0200 Subject: [PATCH] README.md: add installation instruction section 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). --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index e51479c..d22ef1a 100644 --- a/README.md +++ b/README.md @@ -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: