Skip to content

Commit 576c41e

Browse files
committed
docs: fix Homebrew install instructions
Add proper Installation section with correct tap command: brew install cv/taps/latest
1 parent afc4245 commit 576c41e

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "latest"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
edition = "2024"
55
description = "Find the latest version of any command, package, or library"
66
license = "MIT"

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@
22

33
Find the latest version of any command, package, or library. Scans project files automatically.
44

5-
## Quick Start
5+
## Installation
6+
7+
### macOS (Homebrew)
8+
9+
```bash
10+
brew install cv/taps/latest
11+
```
12+
13+
### From source
614

715
```bash
8-
# Install
916
cargo install --path .
17+
```
1018

19+
## Quick Start
20+
21+
```bash
1122
# Scan current project
1223
cd my-rust-project
1324
latest

0 commit comments

Comments
 (0)