Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #31

Merged
merged 3 commits into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,18 @@ Universal-Sierra-Compiler is the tool for Sierra compilation. It compiles any ev

## Installation

To install the binary on your PATH run the following line
To install the latest stable version of `universal-sierra-binary` run:

```shell
curl -L https://raw.githubusercontent.com/software-mansion/universal-sierra-compiler/master/scripts/install.sh | sh
```

You almost always want to install the latest stable version.
In rare cases where a prerelease with a new unstable sierra version exists and you want to use it,
run the following command with the requested prerelease version:

...
universal-sierra-compiler (v1.0.0) has been installed successfully.
```shell
curl -L https://raw.githubusercontent.com/software-mansion/universal-sierra-compiler/master/scripts/install.sh | sh -s -- v2.0.0-rc.0
```

> 📝 **Note**
Expand Down
Loading