aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-23 22:38:57 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-23 22:38:57 +0200
commit712c3fa816cc691f53de165c7a64d5e626da328c (patch)
tree4db055fda4b5efa6c45a858cac4899fff20943c2
parent74d958c068f193f0716fb8b4ee456b72a475b2a8 (diff)
downloadFlightCore-712c3fa816cc691f53de165c7a64d5e626da328c.tar.gz
FlightCore-712c3fa816cc691f53de165c7a64d5e626da328c.zip
Update working command for Windows
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 65d1020a..a126a5a7 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ npm run tauri dev
> On Windows instead of `npm run ui-dev`, you may need to run
> `./node_modules/.bin/rollup --config --watch`
> and
-> `npm run localhost`
+> `./node_modules/.bin/servor dist index.html 8080 --reload`
> in two separate console windows
### Tips