From 0b2704d4abaf3a177079c343776f7966f335ed54 Mon Sep 17 00:00:00 2001 From: Emilia Date: Tue, 24 Oct 2023 21:10:51 -0400 Subject: [PATCH] Update README.md Add some notes about using trunk --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e58142d..47ca28f 100644 --- a/README.md +++ b/README.md @@ -105,3 +105,6 @@ Here's how: - Run `cargo install --locked trunk` 3. Clone this repository using git 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.