update readme
This commit is contained in:
parent
f56123a41f
commit
3d1575bb85
|
@ -4,7 +4,9 @@ OpenPGP.js [ is a Javascript implementation of the OpenPGP protocol. This is defined in [RFC 4880](http://tools.ietf.org/html/rfc4880).
|
[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?
|
# 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
|
npm install && grunt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user