Skip to content
Closed
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It intentionally does **not** decide what your product does. Copy it, rename the
## Quick start

```bash
gh repo create KnickKnackLabs/my-tool --template KnickKnackLabs/template --public
gh repo create KnickKnackLabs/my-tool --template KnickKnackLabs/template --public --clone
cd my-tool

mise trust
Expand Down
2 changes: 1 addition & 1 deletion README.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const readme = (
</Section>

<Section title="Quick start">
<CodeBlock lang="bash">{`gh repo create KnickKnackLabs/my-tool --template KnickKnackLabs/template --public
<CodeBlock lang="bash">{`gh repo create KnickKnackLabs/my-tool --template KnickKnackLabs/template --public --clone
cd my-tool

mise trust
Expand Down