From 75aa4ea44376195f57f3d970ccb524d9e0d9fdcf Mon Sep 17 00:00:00 2001 From: hakki Date: Tue, 3 Dec 2024 16:08:27 +0100 Subject: [PATCH] Docs: fixed minor typo in installation guide --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index ea97fae..0d57404 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -36,7 +36,7 @@ Change your working directory to your clone of Topola's repository: Run the following command to build and install Topola's command-line application: - cargo install --locked --path cli + cargo install --locked --path crates/topola-cli The application will now be invokable from your terminal as `topola`. @@ -89,7 +89,7 @@ framework. The following command will build and install Topola's GUI application: - cargo install --locked --path egui + cargo install --locked --path crates/topola-egui You can then invoke the application from your terminal by running