Skip to content

Commit dd139e3

Browse files
authored
Added passing options example
1 parent 60f3724 commit dd139e3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ To run the setup scripts you can use the following commands:
77

88
- for Windows: `@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://www.nativescript.org/setup/win'))"`
99

10-
- for macOS: `ruby -e "$(curl -fsSL https://www.nativescript.org/setup/mac)"`
10+
- 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`
1115

1216
## Options ##
1317

0 commit comments

Comments
 (0)