Skip to content

Commit 4d7e8a9

Browse files
authored
Merge pull request #15 from surdu/options-example
Added passing options example
2 parents 96c71b9 + dd139e3 commit 4d7e8a9

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)