Skip to content

Commit 9bcccdb

Browse files
brtkwrclaude
andcommitted
docs: add Linux installation instructions
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent eac094e commit 9bcccdb

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ Search and resume [Claude Code](https://claude.ai/claude-code) conversations usi
1515

1616
## Installation
1717

18-
### Homebrew
18+
### Homebrew (macOS and Linux)
1919

2020
```bash
2121
brew install agentic-utils/tap/ccs
2222
```
2323

2424
### From source
2525

26+
Requires [Go](https://go.dev/doc/install) 1.21+.
27+
2628
```bash
2729
go install github.com/agentic-utils/ccs@latest
2830
```
@@ -33,7 +35,22 @@ Download the binary from [releases](https://github.com/agentic-utils/ccs/release
3335

3436
## Requirements
3537

36-
- [fzf](https://github.com/junegunn/fzf) - `brew install fzf`
38+
- [fzf](https://github.com/junegunn/fzf)
39+
40+
```bash
41+
# macOS
42+
brew install fzf
43+
44+
# Debian/Ubuntu
45+
sudo apt install fzf
46+
47+
# Fedora
48+
sudo dnf install fzf
49+
50+
# Arch
51+
sudo pacman -S fzf
52+
```
53+
3754
- [Claude Code](https://claude.ai/claude-code) - must be installed and used at least once
3855

3956
## Usage

0 commit comments

Comments
 (0)