Docs: fixed minor typo in installation guide

This commit is contained in:
hakki 2024-12-03 16:08:27 +01:00
parent c2daf9fbfe
commit 75aa4ea443
1 changed files with 2 additions and 2 deletions

View File

@ -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