From 58088aa09404df49b29d0c29582f746fc92a5785 Mon Sep 17 00:00:00 2001 From: AvaLilac Date: Thu, 26 Feb 2026 08:10:34 -0500 Subject: [PATCH] fix readme to stop confusion I thought i broke my source code because i didnt see this option. so i moved it up Signed-off-by: AvaLilac --- README.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a577645..ff5bc46 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,11 @@ cd aviaclient-for-desktop # install all packages pnpm i --frozen-lockfile -# start the application -pnpm start -# ... or build the bundle +# update the assets. if you are using stoat's +git -c submodule."assets".update=checkout submodule update --init assets + +# build the bundle pnpm package -# ... or build all distributables -pnpm make ``` Various useful commands for development testing: @@ -65,14 +64,3 @@ pnpm run:nix --force-server=http://localhost:5173 # a better solution would be telling # Electron Forge where system Electron is ``` - -### Pulling in Stoat's assets - -If you want to pull in Stoat brand assets after pulling, run the following: - -```bash -# update the assets -git -c submodule."assets".update=checkout submodule update --init assets -``` - -Currently, this is required to build, any forks are expected to provide their own assets.