forked from StudioInfinity/dyna3
Correct a copying error
This commit is contained in:
parent
f979e2cbb3
commit
ef9055e2b8
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ The latest prototype is in the folder `app-proto`. It includes both a user inter
|
|||
|
||||
1. From the `app-proto` folder, call `trunk build --release`
|
||||
- Building in [release mode](https://doc.rust-lang.org/cargo/reference/profiles.html#release) produces an executable which is smaller and often much faster, but harder to debug and more time-consuming to build
|
||||
- If you want to stay in the top-level folder, you can call `trunk serve --config app-proto --release` from there instead
|
||||
- If you want to stay in the top-level folder, you can call `trunk build --config app-proto --release` from there instead
|
||||
2. Use `sh` to run the packaging script `tools/package-for-deployment.sh`.
|
||||
- The script is location-independent, so you can do this from anywhere in the dyna3 repository
|
||||
- The call from the top level of the repository is:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue