Skip to content

Commit cd7fedf

Browse files
authored
Update README.md
1 parent 44f0539 commit cd7fedf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

300/300/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,9 @@ Where ```tsconfig.base.json``` contains:
373373
After setting up `workspace.json`, you can run commands like:
374374

375375
```bash
376-
nx build app1
377-
nx build app2
376+
$ cd / # Go to the root of the repository
377+
$ nx build app1
378+
$ nx build app2
378379
```
379380

380381
This structure will help Nx Cloud recognize and manage multiple applications effectively.
@@ -384,7 +385,7 @@ This structure should allow Nx Cloud to detect the workspace properly.
384385
Run the command to **connect** your workspace to Nx Cloud from the root of the repository, specifically:
385386

386387
```
387-
$ cd /../../../
388+
$ cd / # Go to the root of the repository
388389
$ npm init -y # If no package.json exists
389390
# Go through the initialization steps
390391
$ npm install -g nx@latest # If not already installed
@@ -399,6 +400,7 @@ Now commit these changes to GitHub repository before continuing!
399400
The command to connect to Nx Cloud is:
400401

401402
```
403+
$ cd / # Go to the root of the repository
402404
$ nx connect-to-nx-cloud
403405
```
404406

0 commit comments

Comments
 (0)