install: fixed deprecated bin flag, fixes https://codeberg.org/mikolaj/topola/issues/26

This commit is contained in:
I 2024-08-16 14:40:03 +02:00 committed by 309631
parent 4e37f5715b
commit a732d20a31
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ framework.
The following command will build and install Topola's GUI application:
cargo install --locked --path . --features egui --bin egui
cargo install --locked --path . --features egui --bin topola-egui
You can then invoke the application from your terminal by running