From 3d1575bb85b65d801ef9ca87ba68aee01c895b0a Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Fri, 3 Jan 2014 19:45:22 +0100 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 826da11d..48bed4fe 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ OpenPGP.js [![Build Status](https://secure.travis-ci.org/openpgpjs/openpgpjs.png [OpenPGP.js](http://openpgpjs.org/) is a Javascript implementation of the OpenPGP protocol. This is defined in [RFC 4880](http://tools.ietf.org/html/rfc4880). # How do I use it? -To build the library, download a tagged version from [releases](https://github.com/openpgpjs/openpgpjs/releases) and the build the library like so: +To build the library, checkout the HEAD of the master branch or download a stable (old) tagged version from [releases](https://github.com/openpgpjs/openpgpjs/releases). + +Then build the library: npm install && grunt