Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
Prismic's official command line tool. Run the following in your terminal to get an overview of `prismic`'s commands.

```sh
npx prismic@latest --help
npx prismic --help
```

## Install

You do not need to install `prismic`. Use [`npx`](https://docs.npmjs.com/cli/commands/npx) to run `prismic` in your projects:

```sh
npx prismic@latest
npx prismic
```

Install the skill to teach AI agents how to use the CLI:
Expand Down
Loading