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:
parent
b57faa2c59
commit
6d042185e8
|
|
@ -43,6 +43,9 @@ cd stoat-for-desktop
|
||||||
# install all packages
|
# install all packages
|
||||||
pnpm i --frozen-lockfile
|
pnpm i --frozen-lockfile
|
||||||
|
|
||||||
|
# update the assets
|
||||||
|
git -c submodule."assets".update=checkout submodule update --init assets
|
||||||
|
|
||||||
# start the application
|
# start the application
|
||||||
pnpm start
|
pnpm start
|
||||||
# ... or build the bundle
|
# ... or build the bundle
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue