From da29bf5f16d04f9476d0d8d2af586b826868c74c Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Tue, 23 Jun 2026 11:43:48 +1000 Subject: [PATCH] Fix binary and flags in instructions for using terminal client --- Cargo.lock | 1 + freeq-site/templates/connect.html | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17752ca2f..f0f86dd56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2284,6 +2284,7 @@ dependencies = [ "anyhow", "bytes", "clap", + "freeq-av", "futures-util", "hang", "http", diff --git a/freeq-site/templates/connect.html b/freeq-site/templates/connect.html index 70e47e676..f97abfb95 100644 --- a/freeq-site/templates/connect.html +++ b/freeq-site/templates/connect.html @@ -42,12 +42,12 @@

TUI Client (with AT Protocol auth)

# Build from source
 git clone https://github.com/chad/freeq
 cd freeq
-cargo build --release --bin irc-at-tui
+cargo build --release --bin freeq-tui
 
 # Connect with AT Protocol authentication
-./target/release/irc-at-tui \
+./target/release/freeq-tui \
   --server irc.freeq.at --tls \
-  --at-handle yourname.bsky.social
+ --handle yourname.bsky.social

First run opens your browser for OAuth. Sessions are cached locally at ~/.config/freeq-tui/.

@@ -67,7 +67,7 @@

iroh QUIC

iroh endpoint ID in CAP LS. The TUI client auto-discovers and upgrades.

# Connect directly via iroh endpoint ID
-./target/release/irc-at-tui --iroh-addr <endpoint-id>
+./target/release/freeq-tui --iroh-addr <endpoint-id>

Bot SDK

Build bots with the Rust SDK: