We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96c71b9 + dd139e3 commit 4d7e8a9Copy full SHA for 4d7e8a9
README.md
@@ -7,7 +7,11 @@ To run the setup scripts you can use the following commands:
7
8
- for Windows: `@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://www.nativescript.org/setup/win'))"`
9
10
- - for macOS: `ruby -e "$(curl -fsSL https://www.nativescript.org/setup/mac)"`
+ - for macOS: `ruby -e "$(curl -fsSL https://www.nativescript.org/setup/mac)"`.
11
+
12
+ In order to pass options use: `ruby -e "$(curl -fsSL https://www.nativescript.org/setup/mac)" -- [options]`
13
14
+ For example: `ruby -e "$(curl -fsSL https://www.nativescript.org/setup/mac)" -- --silentMode`
15
16
## Options ##
17
0 commit comments