File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,9 @@ The default location for navigation data is `work/NavigationData`.
8787
88881 . Create a ` .env ` file in the root of this repository, containing a ` SENTRY_URL ` variable. Provide your own DSN, or leave it empty.
89892 . Run ` bun run build:wasm ` at the root of the repository (requires Docker)
90- - This will take a while to download and build the first time, but subsequent runs will be quicker
91- 3 . The compiled WASM module will be copied to ` dist/wasm ` . There will be two folders - ` 2020 ` and ` 2024 ` , for each sim version
90+ - This will take a while to download and build the first time, but subsequent runs will be quicker.
91+ - The WASM module will be compatible for MSFS 2020 & 2024.
92+ 3 . The WASM module that is compiled in ` dist/wasm/2020 ` folder will be copied automatically to the aircraft ` panel ` folder.
9293
9394## Interfacing with the gauge manually
9495
You can’t perform that action at this time.
0 commit comments