diff --git a/docs/getting-started.md b/docs/getting-started.md index 8c04e2658..91c3fd2e6 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -33,6 +33,12 @@ Adding Scully to your project is as simple as running one command: ng add @scullyio/init ``` +If you have an Angular workspace, Scully by default take the default project from your `angular.json`, if you want to install Scully in another project run: + +```bash +ng add @scullyio/init --project= +``` + If you are using a `NX` vanilla workspaces (non Angular workspace) ```bash diff --git a/tests/jest/src/__tests__/__snapshots__/docsThere.spec.ts.snap b/tests/jest/src/__tests__/__snapshots__/docsThere.spec.ts.snap index 5ae0426ae..3c67b40ff 100644 --- a/tests/jest/src/__tests__/__snapshots__/docsThere.spec.ts.snap +++ b/tests/jest/src/__tests__/__snapshots__/docsThere.spec.ts.snap @@ -6593,6 +6593,20 @@ routes, see the ng add @scullyio/init +

+ If you have an Angular workspace, Scully by default take the default project from your + + angular.json + + , if you want to install Scully in another project run: +

+
+                
+                  ng add @scullyio/init --project=<projectName>
+                
+              

If you are using a