Commit 0c512cd
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 10 | + | |
18 | 11 | | |
19 | 12 | | |
20 | 13 | | |
| |||
0 commit comments