diff --git a/README.md b/README.md index c1e92e2..f241a12 100644 --- a/README.md +++ b/README.md @@ -97,12 +97,20 @@ guidance. ## Quick Start -Global user install: +Source install (requires Rust and Cargo): ```bash curl -fsSL https://raw.githubusercontent.com/TerminallyLazy/Tree-Ring-Memory/main/install.sh | sh ``` +Linux x86_64 prebuilt install (glibc 2.36 or newer): + +```bash +curl -fsSL https://raw.githubusercontent.com/TerminallyLazy/Tree-Ring-Memory/main/install.sh | sh -s -- \ + --archive-url https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/download/v0.13.0/tree-ring-memory-0.13.0-linux-x86_64.tar.gz \ + --archive-sha256 76966ec89990c0d10ab933733b1d0f601beec343cb90b64ee7f0655672b10a6a +``` + macOS ARM64 install with Homebrew: ```bash @@ -110,7 +118,7 @@ brew tap TerminallyLazy/tree-ring brew install tree-ring ``` -Project-local install with first-run initialization: +Project-local source install with first-run initialization (requires Cargo): ```bash curl -fsSL https://raw.githubusercontent.com/TerminallyLazy/Tree-Ring-Memory/main/install.sh | sh -s -- --project --init diff --git a/docs/index.html b/docs/index.html index 080b189..5305890 100644 --- a/docs/index.html +++ b/docs/index.html @@ -436,9 +436,14 @@
# Portable installer
+ # Source install (requires Rust and Cargo)
curl -fsSL https://raw.githubusercontent.com/TerminallyLazy/Tree-Ring-Memory/main/install.sh | sh
+# Linux x86_64 prebuilt (glibc 2.36+)
+curl -fsSL https://raw.githubusercontent.com/TerminallyLazy/Tree-Ring-Memory/main/install.sh | sh -s -- \
+ --archive-url https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/download/v0.13.0/tree-ring-memory-0.13.0-linux-x86_64.tar.gz \
+ --archive-sha256 76966ec89990c0d10ab933733b1d0f601beec343cb90b64ee7f0655672b10a6a
+
# macOS ARM64 Homebrew tap
brew tap TerminallyLazy/tree-ring
brew install tree-ring
diff --git a/docs/llms.txt b/docs/llms.txt
index 0dd2c0f..735fc62 100644
--- a/docs/llms.txt
+++ b/docs/llms.txt
@@ -37,12 +37,20 @@ ideas stay as seeds.
- Read-only agent-framework discovery.
- Terminal onboarding and a Ratatui operator console.
-## Install
+## Install From Source (Requires Rust and Cargo)
```bash
curl -fsSL https://raw.githubusercontent.com/TerminallyLazy/Tree-Ring-Memory/main/install.sh | sh
```
+Linux x86_64 prebuilt install (glibc 2.36 or newer):
+
+```bash
+curl -fsSL https://raw.githubusercontent.com/TerminallyLazy/Tree-Ring-Memory/main/install.sh | sh -s -- \
+ --archive-url https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/download/v0.13.0/tree-ring-memory-0.13.0-linux-x86_64.tar.gz \
+ --archive-sha256 76966ec89990c0d10ab933733b1d0f601beec343cb90b64ee7f0655672b10a6a
+```
+
macOS ARM64 Homebrew install:
```bash