From 56e685b0d4eac82b147c0770c4e575a771ac7a2c Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 16 Dec 2017 12:30:09 +0100 Subject: [PATCH] clone description --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fcc647cd..81c57ba6 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,13 @@ To make Dropbox work in your self-hosted app, [go to this Wiki page](https://git # Building +The easiest way to clone all KeeWeb repos is: +```bash +$ mkdir keeweb +$ cd keeweb +$ curl https://raw.githubusercontent.com/keeweb/keeweb/develop/dev-env.sh | bash - +``` + The app can be built with grunt: `grunt` (html file will be in `dist/`). Desktop apps are built with `grunt desktop`. This works only in macOS as it builds dmg; requires wine. Also, a hardware token is required.