Skip to content

Commit ac6b32b

Browse files
dcramerclaude
andcommitted
docs: make npm install -g the primary installation method
The npx skills approach doesn't always work well for people, so prioritize the global npm install in Quick Start sections. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0d4edd5 commit ac6b32b

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

docs/src/pages/index.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ const base = import.meta.env.BASE_URL.replace(/\/$/, '');
2424

2525
<section class="section">
2626
<h2>Quick Start</h2>
27-
<p>Install dex for Claude Code, OpenCode, Codex, or Cursor:</p>
27+
<p>Install dex globally:</p>
28+
<Terminal title="Terminal" showCopy={true}>
29+
<pre class="cli-output"><span class="cli-dim">$</span> npm install -g @zeeg/dex</pre>
30+
</Terminal>
31+
<p>Or use the skills installer for Claude Code, OpenCode, Codex, or Cursor:</p>
2832
<Terminal title="Terminal" showCopy={true}>
2933
<pre class="cli-output"><span class="cli-dim">$</span> npx skills dcramer/dex</pre>
3034
</Terminal>

docs/src/pages/install.astro

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ import Terminal from '../components/Terminal.astro';
77
<h1>Installation</h1>
88

99
<h2>Quick Start</h2>
10-
<p>Install dex for Claude Code, OpenCode, Codex, or Cursor:</p>
10+
<p>Install dex globally:</p>
11+
<Terminal title="Terminal" showCopy={true}>
12+
<pre class="cli-output"><span class="cli-dim">$</span> npm install -g @zeeg/dex</pre>
13+
</Terminal>
14+
<p>Or use the skills installer for Claude Code, OpenCode, Codex, or Cursor:</p>
1115
<Terminal title="Terminal" showCopy={true}>
1216
<pre class="cli-output"><span class="cli-dim">$</span> npx skills dcramer/dex</pre>
1317
</Terminal>
@@ -30,13 +34,6 @@ Use `/dex` to break down complex work, track progress across sessions, and coord
3034
</Terminal>
3135
<p>The <code>/dex</code> skill will be available immediately.</p>
3236

33-
<h3>Global CLI Install</h3>
34-
<p>Install the CLI globally for direct command-line use or faster execution:</p>
35-
<Terminal title="Terminal" showCopy={true}>
36-
<pre class="cli-output"><span class="cli-dim">$</span> npm install -g @zeeg/dex</pre>
37-
</Terminal>
38-
<p>Optional for agent users (faster than <code>npx</code>). Required for CLI-only usage.</p>
39-
4037
<h2>Shell Completions</h2>
4138
<p>Enable tab completion for dex commands and task IDs.</p>
4239

0 commit comments

Comments
 (0)