Skip to content

Commit 5636fda

Browse files
committed
chore: platform specific doctor!
1 parent c192ec9 commit 5636fda

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

environment-setup.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ npm install -g nativescript
8989
To verify if the installation was successful, open a new Command Prompt window to ensure the new environment variables are loaded and run
9090

9191
```
92-
ns doctor
92+
ns doctor android
9393
```
9494

9595
If you see **No issues were detected** you have successfully set up your system.
@@ -169,7 +169,7 @@ npm install -g nativescript
169169
To verify if the installation was successful, open a new Command Prompt window to ensure the new environment variables are loaded and run
170170

171171
```bash
172-
ns doctor
172+
ns doctor android
173173
```
174174

175175
If you see **No issues were detected** you have successfully set up your system.
@@ -266,15 +266,14 @@ _**More details for those curious:** The NativeScript CLI relies on 3rd party pa
266266
To verify if the installation was successful, open a new Terminal window to ensure the new environment variables are loaded and run
267267

268268
```bash
269-
ns doctor
269+
ns doctor ios
270270
```
271271

272-
<!-- TODO: add ns doctor ios & ns doctor android! -->
273-
<!-- If you see **No issues were detected** you have successfully set up your system. -->
272+
If you see **No issues were detected** you have successfully set up your system.
274273

275-
If you see the following, you have successfully set up your system for iOS development. Select **Skip Step and Configure Manually** or hit `Ctrl+C` to exit.
274+
<!-- If you see the following, you have successfully set up your system for iOS development. Select **Skip Step and Configure Manually** or hit `Ctrl+C` to exit.
276275
277-
![ns doctor output](assets/environment-setup/ns_doctor_ios.png)
276+
![ns doctor output](assets/environment-setup/ns_doctor_ios.png) -->
278277

279278
#### Additional notes for M1 based machines:
280279

0 commit comments

Comments
 (0)