Update README.md

Add some notes about using trunk
This commit is contained in:
Emilia Allison 2023-10-24 21:10:51 -04:00 committed by GitHub
parent 6aee3ded2c
commit 0b2704d4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -105,3 +105,6 @@ Here's how:
- Run `cargo install --locked trunk` - Run `cargo install --locked trunk`
3. Clone this repository using git 3. Clone this repository using git
4. Enter the project directory and run `trunk serve` 4. Enter the project directory and run `trunk serve`
- You may need to check where `cargo` is installing binaries by default. For me, they're at `~/.cargo/bin`.
If trunk is not automatically placed in your path, you would then run `/your/path/to/.cargo/bin/trunk serve`.
- You can instead run `trunk build --release` for a more performant binary.