diff options
author | Remy Raes <contact@remyraes.com> | 2022-09-20 23:40:54 +0200 |
---|---|---|
committer | Remy Raes <contact@remyraes.com> | 2022-09-20 23:40:54 +0200 |
commit | f334275ffd522ff7a90d0b19e115ef6a4c0fb1e3 (patch) | |
tree | ddf7d856dee22132603708a88a065303f673d3d2 /README.md | |
parent | 21cd1112de9ffc23ff48df990cdaf4b54dfb511f (diff) | |
download | FlightCore-f334275ffd522ff7a90d0b19e115ef6a4c0fb1e3.tar.gz FlightCore-f334275ffd522ff7a90d0b19e115ef6a4c0fb1e3.zip |
docs: update installation instructions in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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** |