Skip to content

Commit 1471d59

Browse files
WEBSITE: Cleaned up the init calls (dropped the prompt folder, as its the default)
1 parent 942612d commit 1471d59

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Requires Node.js 20 or later.
1111
## Scaffold starter prompts
1212

1313
```bash
14-
npx promptopskit init ./prompts
14+
npx promptopskit init
1515
```
1616

1717
This creates:

website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ <h2>How it works</h2>
172172
<article class="card">
173173
<h3>1. Install and scaffold</h3>
174174
<pre><code>npm install promptopskit
175-
npx promptopskit init ./prompts
175+
npx promptopskit init
176176
npx promptopskit skill</code></pre>
177177
<p>Creates a <code>prompts/</code> directory with starter files, a shared instructions folder, and deploys AI agent instructions so coding assistants know how to work with your prompts.</p>
178178
<details class="ai-prompt-tip">
179179
<summary>Or, give this prompt to your AI coding assistant</summary>
180-
<pre><code>Install promptopskit, run `npx promptopskit init ./prompts` to scaffold starter prompt files, run `npx promptopskit skill` to deploy AI agent instructions, and add a "build:prompts": "promptopskit compile" script to package.json.</code></pre>
180+
<pre><code>Install promptopskit, run `npx promptopskit init` to scaffold starter prompt files, run `npx promptopskit skill` to deploy AI agent instructions, and add a "build:prompts": "promptopskit compile" script to package.json.</code></pre>
181181
</details>
182182
</article>
183183

0 commit comments

Comments
 (0)