Skip to content

Commit 6835cde

Browse files
authored
Merge pull request #297 from ThePredators/patch-1
Update README.md
2 parents e6d050b + 77a9a6c commit 6835cde

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ If that occurs, it means you need to select a version of Xcode. You can do this
6464

6565
## Usage
6666

67+
### Install Xcode :
68+
6769
Install a specific version of Xcode using a command like one of these:
6870

6971
```sh
@@ -99,6 +101,20 @@ If you have [aria2](https://aria2.github.io) installed (it's available in Homebr
99101

100102
Xcode will be installed to /Applications by default, but you can provide the path to a different directory with the `--directory` option or the `XCODES_DIRECTORY` environment variable. All of the xcodes commands support this option, like `select` and `uninstall`, so you can manage Xcode versions that aren't in /Applications. xcodes supports having all of your Xcode versions installed in _one_ directory, wherever that may be.
101103

104+
### Install Runtimes :
105+
106+
Run this command line to display the available runtimes
107+
108+
```sh
109+
xcodes runtimes --include-betas
110+
```
111+
112+
Install the wanted Runtime (ex. iOS 17.0-beta1)
113+
114+
```sh
115+
xcodes runtimes install "iOS 17.0-beta1"
116+
```
117+
102118
### `.xcode-version`
103119

104120
We recommend the creation of a `.xcode-version` file to explicitly declare and store the Xcode version to be used by your CI environment as well as your team.

0 commit comments

Comments
 (0)