Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Fix sqld brew installation instructions #665

Merged
merged 1 commit into from
Sep 9, 2023
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
4 changes: 2 additions & 2 deletions docs/BUILD-RUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ The sqld formulae for Homebrew works with macOS, Linux (including WSL).
brew tap libsql/sqld
```

### 2. Install the formulae `sqld-beta`
### 2. Install the formulae `sqld`

```bash
brew install sqld-beta
brew install sqld
```

This builds and installs the binary `sqld` into `$HOMEBREW_PREFIX/bin/sqld`,
Expand Down