diff --git a/README.md b/README.md index c5210e5..ff4d80e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Official CLI and starter template for building modern web apps with Next.js, San ## 📦 What It Does -The `lumify/sanity-template` CLI sets up a fully functional monorepo with: +The `@lumify-systems/template-sanity` CLI sets up a fully functional monorepo with: * ⚡ **Next.js App Router** for the frontend * 📝 **Sanity Studio** CMS with custom schemas @@ -18,7 +18,15 @@ The `lumify/sanity-template` CLI sets up a fully functional monorepo with: ## 🚀 How to Use -You can scaffold a new project using the CLI: +### Setup GitHub private NPM registry + +Create a file called `.npmrc` in your home directory with the following content: +``` +@lumify-systems:registry=https://npm.pkg.github.com/ +//npm.pkg.github.com/:_authToken=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 +``` + +You can now scaffold a new project using the CLI: ```bash bunx @lumify-systems/template-sanity