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 <amyshimplays@gmail.com>
This commit is contained in:
parent
b18aacba42
commit
58088aa094
1 changed files with 4 additions and 16 deletions
20
README.md
20
README.md
|
|
@ -37,12 +37,11 @@ cd aviaclient-for-desktop
|
||||||
# install all packages
|
# install all packages
|
||||||
pnpm i --frozen-lockfile
|
pnpm i --frozen-lockfile
|
||||||
|
|
||||||
# start the application
|
# update the assets. if you are using stoat's
|
||||||
pnpm start
|
git -c submodule."assets".update=checkout submodule update --init assets
|
||||||
# ... or build the bundle
|
|
||||||
|
# build the bundle
|
||||||
pnpm package
|
pnpm package
|
||||||
# ... or build all distributables
|
|
||||||
pnpm make
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Various useful commands for development testing:
|
Various useful commands for development testing:
|
||||||
|
|
@ -65,14 +64,3 @@ pnpm run:nix --force-server=http://localhost:5173
|
||||||
# a better solution would be telling
|
# a better solution would be telling
|
||||||
# Electron Forge where system Electron is
|
# 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.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue