Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Add @latest to Slice Machine init command #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -13,7 +13,7 @@ The fastest way to learn Prismic is with a hands-on demo.
```sh
npx degit https://github.com/prismicio-community/crash-course-next crash-course-next
cd crash-course-next
npx @slicemachine/init
npx @slicemachine/init@latest
```

With these commands, you’ll get a fully-featured Prismic website to test out.
Expand Down