mirror of https://codeberg.org/topola/topola.git
install: fixed deprecated bin flag, fixes https://codeberg.org/mikolaj/topola/issues/26
This commit is contained in:
parent
4e37f5715b
commit
a732d20a31
|
|
@ -89,7 +89,7 @@ framework.
|
||||||
|
|
||||||
The following command will build and install Topola's GUI application:
|
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
|
You can then invoke the application from your terminal by running
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue