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: