Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<projectName>
```

If you are using a `NX` vanilla workspaces (non Angular workspace)

```bash
Expand Down
14 changes: 14 additions & 0 deletions tests/jest/src/__tests__/__snapshots__/docsThere.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6593,6 +6593,20 @@ routes, see the
ng add @scullyio/init
</code>
</pre>
<p ="">
If you have an Angular workspace, Scully by default take the default project from your
<code ="">
angular.json
</code>
, if you want to install Scully in another project run:
</p>
<pre ="">
<code class="language-bash"
=""
>
ng add @scullyio/init --project=&lt;projectName&gt;
</code>
</pre>
<p ="">
If you are using a
<code ="">
Expand Down