aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-10-05 01:52:47 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-10-05 01:52:47 +0200
commitfc20c70abe318fd9f3ea2e757bd9d1fce91bce8b (patch)
treeda213bdc258f1f1eb6a67179d3011611f01b7d66 /README.md
parent9686a891f104d440f156194335c1ad2c9ceebf7a (diff)
downloadFlightCore-fc20c70abe318fd9f3ea2e757bd9d1fce91bce8b.tar.gz
FlightCore-fc20c70abe318fd9f3ea2e757bd9d1fce91bce8b.zip
chore: Remove outdated build instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index ac8e05f8..e17bd048 100644
--- a/README.md
+++ b/README.md
@@ -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.