Skip to content

Commit 3645ce8

Browse files
committed
final branch commit for readme on 9/7/2022
1 parent 3241481 commit 3645ce8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,26 +326,26 @@ For WSL 2 :
326326
export DISPLAY=$(awk '/nameserver / {print $2; exit}' /etc/resolv.conf 2>/dev/null):0
327327
export LIBGL_ALWAYS_INDIRECT=1
328328
```
329-
Then run
329+
Then run the following command to run both OverVue and Vue developer tools.
330330
```
331331
npm run dev
332332
```
333333

334-
followed by the command for the devtools.
334+
To launch the Vue devloper tool, use the following command.
335335

336336
```
337337
./node_modules/.bin/vue-devtools
338338
```
339339

340-
Then open a new terminal instance, set the DISPLAY value again (re-enter above command for DISPLAY), and start OverVue in dev mode:
340+
Then to start only OverVue in developer mode, open a new terminal instance and set the DISPLAY value again (re-enter above command for DISPLAY):
341341

342342
```
343343
quasar dev -m electron
344344
```
345345
**NOTE**:
346346
<ul>
347347
<li>Electron-deeplink currently does not work on our WSL2 computers and output an error during installing the dependency which prevented the application to open in dev mode. Go to /src-electron/electron-main.js and comment out line 3/import line to bypass error. The developers did not find any impacts on application so far.</li>
348-
<li>There might be an npm install error despite all instructions: Try </li>
348+
<li>There might be an npm install error despite all instructions. Try the following command below:</li>
349349
</ul>
350350

351351
```

0 commit comments

Comments
 (0)