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
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ The official command-line interface for [Hex](https://hex.ai), designed for data
### Shell installer (recommended)

```sh
curl -sSL https://raw.githubusercontent.com/hex-inc/hex-cli/main/install.sh | sh
```

To install to a custom location:

```sh
curl -sSL https://raw.githubusercontent.com/hex-inc/hex-cli/main/install.sh | sh -s -- --prefix ~/.local
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hex-inc/hex-cli/releases/latest/download/hex-installer.sh | sh
```

### Homebrew
Expand Down
Loading