Skip to content

Commit

Permalink
[docs] Use proper installation command for the fork
Browse files Browse the repository at this point in the history
'latte-cli' refers to the original latte, not our fork.
So, update the 'install' example command in the README.md file
to have the proper command for any repository, not only original.
  • Loading branch information
vponomaryov committed Dec 2, 2024
1 parent 67ba512 commit 87c3c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dpkg -i latte-<version>.deb
## From source

1. [Install Rust toolchain](https://rustup.rs/)
2. Run `cargo install latte-cli`
2. Run `cargo install --path .`

## Usage

Expand Down

0 comments on commit 87c3c2a

Please sign in to comment.