diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-10-05 01:52:47 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-10-05 01:52:47 +0200 |
commit | fc20c70abe318fd9f3ea2e757bd9d1fce91bce8b (patch) | |
tree | da213bdc258f1f1eb6a67179d3011611f01b7d66 /README.md | |
parent | 9686a891f104d440f156194335c1ad2c9ceebf7a (diff) | |
download | FlightCore-fc20c70abe318fd9f3ea2e757bd9d1fce91bce8b.tar.gz FlightCore-fc20c70abe318fd9f3ea2e757bd9d1fce91bce8b.zip |
chore: Remove outdated build instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -31,13 +31,6 @@ Then for developing npx tauri dev ``` -> **Note** -> On Windows instead of `npm run ui-dev`, you may need to run -> `./node_modules/.bin/rollup --config --watch` -> and -> `./node_modules/.bin/servor dist index.html 8080 --reload` -> in two separate console windows - ### Tips Note that you can adjust the behaviour of Tauri windows in `tauri.conf.json`, e.g. |