Skip to content

Commit 981713f

Browse files
authored
Merge pull request #43 from oslabs-beta/jace/sandbox
Jace/sandbox
2 parents 829174b + 37e7b66 commit 981713f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,7 @@ package.json
253253

254254
## Installation
255255

256-
To download the development version for windows or mac, please visit https://www.Overvue.io
257-
258-
This app was developed using the Quasar framework, so first you will need to install the Quasar cli
259-
260-
```
261-
npm i -g @quasar/cli
262-
```
256+
To download the production version for windows or mac, please visit https://www.Overvue.io
263257

264258
Install dependencies
265259

@@ -270,13 +264,13 @@ npm i
270264
To run electron app in dev mode (note: Vue Devtools will launch automatically)
271265

272266
```
273-
quasar dev -m electron
267+
npm run dev
274268
```
275269

276270
To build a new .dmg / windows .exe
277271

278272
```
279-
quasar build -m electron
273+
npm run build
280274
```
281275

282276
### WSL Installation

0 commit comments

Comments
 (0)