pierr3 / TrackAudio

A next generation Audio-For-VATSIM ATC Client for macOS, Linux and Windows
Other
49 stars 11 forks source link

README doesn't have newest build steps #92

Closed neilenns closed 5 months ago

neilenns commented 5 months ago

The existing build steps in the readme need to update to account for the electron-vite migration.

  1. The submodule command is now git submodule update --init --remote backend/vcpkg and git submodule update --init --remote backend/extern/afv-native
  2. Backend build command is now npm run build:backend (colon instead of dash)
  3. Running for dev purposes is npm run dev
  4. Packing for distribution is npm run build:win (or mac or linux)

Will update this issue if I find other things, and will open a PR with the changes once I have this running locally again.