From f7820a60842e595500d6fdea878d3432b0ca69fc Mon Sep 17 00:00:00 2001 From: Hogan McDonald Date: Mon, 23 Mar 2026 14:30:59 -0500 Subject: [PATCH 1/3] docs: calls out brew as the primary install path --- README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9565a01..abdce6e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ ![GitHub Release](https://img.shields.io/github/v/release/hex-inc/hex-cli) +``` +███╗ ███╗████████╗███╗ ███╗ +███║ ███║███╔═███║╚███╗███╔╝ +█████████║████████║ ╚█████╔╝ +███╔══███║███╔════╝ ███╔███╗ +███║ ███║███║ ███╗███╔╝ ███╗ +███║ ███║████████║███║ ███║ +╚══╝ ╚══╝╚═══════╝╚══╝ ╚══╝ +``` + > [!IMPORTANT] > **Early Beta** — This project is in very early beta. Expect significant breaking changes as it matures. @@ -9,18 +19,18 @@ The official command-line interface for [Hex](https://hex.ai), designed for data ## Installation -### Shell installer (recommended) - -```sh -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hex-inc/hex-cli/releases/latest/download/hex-installer.sh | sh -``` - -### Homebrew +### Homebrew (recommended) Make sure to install hex from the hex-inc Homebrew tap: `brew install hex-inc/hex-cli/hex` +### Shell installer + +```sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hex-inc/hex-cli/releases/latest/download/hex-installer.sh | sh +``` + ## Getting started ### Authenticate From 8de511110e3ed0ddac955a267d27eb9a13e439a7 Mon Sep 17 00:00:00 2001 From: Hogan McDonald Date: Mon, 23 Mar 2026 14:33:59 -0500 Subject: [PATCH 2/3] docs: updates ascii art --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index abdce6e..c7d5d95 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,13 @@ ![GitHub Release](https://img.shields.io/github/v/release/hex-inc/hex-cli) -``` -███╗ ███╗████████╗███╗ ███╗ -███║ ███║███╔═███║╚███╗███╔╝ -█████████║████████║ ╚█████╔╝ -███╔══███║███╔════╝ ███╔███╗ -███║ ███║███║ ███╗███╔╝ ███╗ -███║ ███║████████║███║ ███║ -╚══╝ ╚══╝╚═══════╝╚══╝ ╚══╝ -``` +███╗ ███╗████████╗███╗ ███╗ +███║ ███║███╔═███║╚███╗███╔╝ +█████████║████████║ ╚█████╔╝ +███╔══███║███╔════╝ ███╔███╗ +███║ ███║███║ ███╗███╔╝ ███╗ +███║ ███║████████║███║ ███║ +╚══╝ ╚══╝╚═══════╝╚══╝ ╚══╝ > [!IMPORTANT] > **Early Beta** — This project is in very early beta. Expect significant breaking changes as it matures. From 1d183f6d17e9e66e1a715ffefc29d0c5574db0f7 Mon Sep 17 00:00:00 2001 From: Hogan McDonald Date: Mon, 23 Mar 2026 14:37:34 -0500 Subject: [PATCH 3/3] fix: wraps ascii art in
 block

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index c7d5d95..923bb6f 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 
 ![GitHub Release](https://img.shields.io/github/v/release/hex-inc/hex-cli)
 
+
 ███╗  ███╗████████╗███╗  ███╗
 ███║  ███║███╔═███║╚███╗███╔╝
 █████████║████████║ ╚█████╔╝ 
@@ -9,6 +10,7 @@
 ███║  ███║███║ ███╗███╔╝ ███╗ 
 ███║  ███║████████║███║  ███║
 ╚══╝  ╚══╝╚═══════╝╚══╝  ╚══╝
+
> [!IMPORTANT] > **Early Beta** — This project is in very early beta. Expect significant breaking changes as it matures.