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>
This commit is contained in:
Abel Ortolan 2026-02-21 20:07:31 -03:00 committed by GitHub
parent b57faa2c59
commit 6d042185e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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