From 6d042185e8e14ac61be74c7c91c30f17e36c87e4 Mon Sep 17 00:00:00 2001 From: Abel Ortolan <70042422+TrojanHorse-bot@users.noreply.github.com> Date: Sat, 21 Feb 2026 20:07:31 -0300 Subject: [PATCH] Update README.md If you need to pull in assets to be even able to build, why not put the command to pull the assets in directly in the installation instructions? Signed-off-by: Abel Ortolan <70042422+TrojanHorse-bot@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 59a3694..a79b115 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ cd stoat-for-desktop # install all packages pnpm i --frozen-lockfile +# update the assets +git -c submodule."assets".update=checkout submodule update --init assets + # start the application pnpm start # ... or build the bundle