removed $'s in scripts

This commit is contained in:
antelle 2017-12-16 12:43:53 +01:00
parent 2fe9107e5d
commit 40cdfe40a6
1 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ To make Dropbox work in your self-hosted app, [go to this Wiki page](https://git
The easiest way to clone all KeeWeb repos is:
```bash
$ curl https://raw.githubusercontent.com/keeweb/keeweb/develop/dev-env.sh | bash -
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/`).
@ -45,8 +45,8 @@ Desktop apps are built with `grunt desktop`. This works only in macOS as it buil
Also, a hardware token is required.
To run Electron app without building an installer, build the app with `grunt` and start in this way:
```bash
$ grunt dev
$ npm run-script electron
grunt dev
npm run-script electron
```
For debug build: