Skip to content

Commit 0c512cd

Browse files
committed
docs: update installation to use cargo install ccsync
Simplified installation to single command now that crates are properly named for crates.io publishing: Before: cargo install --path crates/ccsync-cli After: cargo install ccsync Removed build from source instructions - users can find that in CONTRIBUTING.md if needed.
1 parent 9e5be50 commit 0c512cd

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ Keep your Claude Code setup consistent across projects while maintaining project
77
## Installation
88

99
```bash
10-
cargo install --path crates/ccsync-cli
11-
```
12-
13-
Or build from source:
14-
15-
```bash
16-
cargo build --release
17-
# Binary available at: target/release/ccsync
10+
cargo install ccsync
1811
```
1912

2013
## Quick Start

0 commit comments

Comments
 (0)