mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
change cli init across docs (#1245)
<!-- Make sure you've read the CONTRIBUTING.md guidelines: https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated installation and setup instructions across all documentation, README files, and getting started guides to use the new Stack CLI command format for project initialization. Users will now see the updated command throughout documentation and framework-specific setup guides. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -6,7 +6,7 @@ export const setupExamples = {
|
||||
{
|
||||
language: 'JavaScript',
|
||||
framework: 'Next.js',
|
||||
code: `npx @stackframe/init-stack@latest`,
|
||||
code: `npx @stackframe/stack-cli@latest init`,
|
||||
highlightLanguage: 'bash',
|
||||
filename: 'Terminal'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user