Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions freeq-site/templates/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ <h2>TUI Client (with AT Protocol auth)</h2>
<pre><code># 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</code></pre>
--handle yourname.bsky.social</code></pre>

<p>First run opens your browser for OAuth. Sessions are cached locally at
<code>~/.config/freeq-tui/</code>.</p>
Expand All @@ -67,7 +67,7 @@ <h2>iroh QUIC</h2>
iroh endpoint ID in <code>CAP LS</code>. The TUI client auto-discovers
and upgrades.</p>
<pre><code># Connect directly via iroh endpoint ID
./target/release/irc-at-tui --iroh-addr &lt;endpoint-id&gt;</code></pre>
./target/release/freeq-tui --iroh-addr &lt;endpoint-id&gt;</code></pre>

<h2>Bot SDK</h2>
<p>Build bots with the Rust SDK:</p>
Expand Down