Skip to content

Commit 5179449

Browse files
committed
update readme
1 parent 598caa4 commit 5179449

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ A blazingly fast, interactive AI coding assistant powered by Claude, implemented
1818

1919
## Installation
2020

21-
**Requirements:**
21+
### Requirements
2222

23-
- Rust 1.70+
23+
- Rust 1.70+ ([install guide](https://rust-lang.org/tools/install/))
2424
- Anthropic API key ([get one](https://console.anthropic.com/))
2525

26-
**Optional:**
26+
### Optional (but strongly recommended)
2727

2828
- `ripgrep` for code search ([install guide](https://github.com/BurntSushi/ripgrep#installation))
29-
- Morph API key ([get one](https://morphllm.com/))
29+
- Morph API key for ultra-fast editing ([get one](https://morphllm.com/))
3030

3131
```bash
3232
git clone https://github.com/alexylon/sofos-code.git
@@ -104,10 +104,10 @@ Claude can automatically use these tools:
104104

105105
All file operations are sandboxed to your current working directory:
106106

107-
- ✅ Can access files in current directory and subdirectories
107+
- ✅ Can access files in the current directory and subdirectories
108108
- ❌ Cannot access parent directories (`../`)
109109
- ❌ Cannot access absolute paths (`/etc/passwd`)
110-
- ❌ Cannot follow symlinks outside workspace
110+
- ❌ Cannot follow symlinks outside the workspace
111111

112112
Bash command execution is restricted to read-only operations:
113113

0 commit comments

Comments
 (0)