Skip to content
Merged
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,16 @@ curl -fsSL https://bitcoinui.ai/install-codex.sh | bash

2. In Codex, run `$bitcoinui` (file or folder; folders review all SwiftUI files inside).

### Cursor (command)

1. Install the command file:

```sh
curl -L -o ~/.cursor/commands/bitcoinui.md https://bitcoinui.ai/bitcoinui.md
```

2. In Cursor, run `/bitcoinui` (file or folder; folders review all SwiftUI files inside).

### Claude (command)

1. Install the command file:
Expand Down
8 changes: 8 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ <h2>Codex</h2>
<span class="prompt">&gt;</span> $bitcoinui</code></pre>
</section>

<section class="block" id="cursor">
<h2>Cursor</h2>
<pre><code><span class="prompt">$</span> curl -L -o ~/.cursor/commands/bitcoinui.md \
https://bitcoinui.ai/bitcoinui.md
<span class="prompt">$</span> cursor
<span class="prompt">&gt;</span> /bitcoinui</code></pre>
</section>

<section class="block" id="xcode">
<h2>Xcode</h2>
<pre><code><span class="prompt">&gt;</span> https://github.com/reez/BitcoinUI</code></pre>
Expand Down