Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,26 +65,25 @@ REPL CLI provides a **deterministic runtime controller** that:

---

## Installation 📦
## Installation

### Prerequisites
### Homebrew (Recommended)

- Go >= 1.24
```bash
brew install replworks/tap/repl-cli
```

### Install from Source
### Go

```bash
git clone https://github.com/replworks/repl-cli.git
cd repl-cli
go build -o repl ./cmd/repl
sudo mv repl /usr/local/bin/
go install github.com/replworks/repl-cli/cmd/repl-cli@latest
```

### Verify Installation
Verify installation:

```bash
repl --version
# Output: repl version 0.1.0
# Output: repl version 0.1.2
```

---
Expand Down