From a732d20a31b341be7230db1e355dbb76e154e498 Mon Sep 17 00:00:00 2001 From: I Date: Fri, 16 Aug 2024 14:40:03 +0200 Subject: [PATCH] install: fixed deprecated bin flag, fixes https://codeberg.org/mikolaj/topola/issues/26 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 4a24113..b41bb4e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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