aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 65d1020a..699d1b17 100644
--- a/README.md
+++ b/README.md
@@ -17,14 +17,16 @@ Install `npm` dependencies with
npm install
```
-Then for developing
+Install UI dependencies too
```sh
-# terminal 1 (UI localhost for hot-reload)
-npm run ui-dev
+cd src-vue && npm install
+```
-# terminal 2 (for the Rust/App hot-reload)
-npm run tauri dev
+Then for developing
+
+```sh
+npx tauri dev
```
> **Note**