diff --git a/README.md b/README.md index 82ee5d7..e45287d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,15 @@ CLI pour créer un projet Next.js avec le CMS @zen/core ## Utilisation +Configurer le registre pour le scope `@zen` (une seule fois) : + ```bash -npx --registry https://git.hyko.cx/api/packages/zen/npm/ @zen/start +npm config set @zen:registry https://git.hyko.cx/api/packages/zen/npm/ +``` + +Puis lancer le CLI : + +```bash +npx @zen/start ```