From c97bee8663e3387f82f97842a3d8c24b2ed4cfa1 Mon Sep 17 00:00:00 2001 From: Hogan McDonald Date: Tue, 10 Mar 2026 16:32:15 -0500 Subject: [PATCH] docs: updates install script --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 0c99c3c..4745cfb 100644 --- a/README.md +++ b/README.md @@ -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