Skip to content
Closed
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,17 @@ sudo bash conduit.sh --help
- Internet connection
- Minimum 512MB RAM (1GB+ recommended)

### macOS Requirements

For macOS users, you must have **Homebrew** installed. If you don't have it, run:

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

You also need **Docker Desktop** installed and running:
[Download Docker Desktop](https://www.docker.com/products/docker-desktop/)

## How It Works

1. **Detection** - Identifies your Linux distribution and init system
Expand Down
Loading