From 3b1955627bf1dc7f6051904ff236042a3021416c Mon Sep 17 00:00:00 2001 From: Tankred Hase <tankred@whiteout.io> Date: Fri, 24 Jan 2014 20:25:47 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 955bb4ca..07b3c587 100644 --- a/README.md +++ b/README.md @@ -30,15 +30,11 @@ It should be noted that js crypto apps deployed via regular web hosting (a.k.a. It is also recommended to set a strong passphrase that protects the user's private key on disk. -## Development +### Development -You can create your own build in `dist/openpgp.min.js` to use in your project. +To create your own build of the library, just run the following command after cloning the git repo. This will download all dependencies, run the tests and create a minifed bundle under `dist/openpgp.min.js` to use in your project: - npm install && grunt - -### Run tests - - npm test + npm install && npm test ### Documentation