Skip to content

Commit 59a989c

Browse files
committed
docs: update wasm build command
1 parent acda1c4 commit 59a989c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The default location for navigation data is `work/NavigationData`.
8686
## Building the WASM Module Yourself
8787

8888
1. Create a `.env` file in the root of this repository, containing a `SENTRY_URL` variable. Provide your own DSN, or leave it empty.
89-
2. Run `bun run build:wasm` at the root of the repository (requires Docker)
89+
2. Run `bun run build` at the root of the repository (requires Docker)
9090
- This will take a while to download and build the first time, but subsequent runs will be quicker.
9191
- The WASM module will be compatible for MSFS 2020 & 2024.
9292
3. The WASM module that is compiled in `dist/wasm/2020` folder will be copied automatically to the aircraft `panel` folder.

0 commit comments

Comments
 (0)