From 952bdd9d08f5854f876c2020cb6eb5e3fad47ea2 Mon Sep 17 00:00:00 2001 From: 309631 Date: Fri, 16 Aug 2024 18:54:49 +0200 Subject: [PATCH] install: add link to cargo-binutils, resolves https://codeberg.org/topola/topola/pulls/28#issuecomment-2179020 --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 0812466..cad1378 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -111,8 +111,8 @@ instead of the above `topola-egui` command. #### Running Topola in a Web browser Topola's GUI application can be built to and run in a Web browser using -[Trunk](https://trunkrs.dev/). For to obtain Trunk's binary you can use -`cargo-binstall`: +[Trunk](https://trunkrs.dev/). If you have [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) +on your system, you can install Trunk from binary with: cargo binstall trunk @@ -122,7 +122,7 @@ or you can build it from the source via: cargo install trunk -To build and open Topola in your browser, run +To build and open Topola in your browser, run: trunk serve