aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRemy Raes <contact@remyraes.com>2022-09-20 23:40:54 +0200
committerRemy Raes <contact@remyraes.com>2022-09-20 23:40:54 +0200
commitf334275ffd522ff7a90d0b19e115ef6a4c0fb1e3 (patch)
treeddf7d856dee22132603708a88a065303f673d3d2 /README.md
parent21cd1112de9ffc23ff48df990cdaf4b54dfb511f (diff)
downloadFlightCore-f334275ffd522ff7a90d0b19e115ef6a4c0fb1e3.tar.gz
FlightCore-f334275ffd522ff7a90d0b19e115ef6a4c0fb1e3.zip
docs: update installation instructions in readme
Diffstat (limited to 'README.md')
-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**