clone description

This commit is contained in:
antelle 2017-12-16 12:30:09 +01:00
parent 53255143a7
commit 56e685b0d4
1 changed files with 7 additions and 0 deletions

View File

@ -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.