Skip to content

Commit

Permalink
Install docs - Update "cargo install" command
Browse files Browse the repository at this point in the history
When there are multiple binaries we must give the exact names.
  • Loading branch information
david-cattermole committed Dec 28, 2023
1 parent 057d2d4 commit 9f07cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ project. Go to the Rust
information.

Once Rust (and the package manager Cargo) is installed, run the
following commands:
following commands (change "--tag v0.3.2" as needed):
```bash
# Install timetracker binaries into Rust's default binaries directory (${HOME}/.cargo/bin).
$ cargo install --git https://github.com/david-cattermole/timetracker.git --tag v0.1.0
$ cargo install --git https://github.com/david-cattermole/timetracker.git --tag v0.3.2 timetracker-configure timetracker-dump timetracker-print timetracker-recorder
```
Done! You can now type 'timetracker-recorder start' to start
Timetracker.
Expand Down

0 comments on commit 9f07cea

Please sign in to comment.