mirror of https://codeberg.org/topola/topola.git
install: added info about binstall, Fixes https://codeberg.org/mikolaj/topola/issues/27
This commit is contained in:
parent
a732d20a31
commit
028761374b
10
INSTALL.md
10
INSTALL.md
|
|
@ -111,11 +111,17 @@ 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/), which will be installed with the
|
||||
following command:
|
||||
[Trunk](https://trunkrs.dev/). For to obtain Trunk's binary you can use
|
||||
`cargo-binstall`:
|
||||
|
||||
cargo binstall trunk
|
||||
|
||||
or you can build it from the source via:
|
||||
|
||||
|
||||
cargo install trunk
|
||||
|
||||
|
||||
To build and open Topola in your browser, run
|
||||
|
||||
trunk serve
|
||||
|
|
|
|||
Loading…
Reference in New Issue