Skip to content
Open
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ If neither the Windows Store nor the App Installer version work on your Windows
msiexec /i <PATH_TO_JULIA_MSI> ALLUSERS=1
```

Also, you can install Juliaup through [`scoop`](#scoop).

### Mac, Linux, and FreeBSD

Juliaup can be installed on Unix-like platforms (currently Linux, Mac, or FreeBSD) by executing
Expand Down Expand Up @@ -94,6 +96,14 @@ To install via Rust's cargo, run:
cargo install juliaup
```

##### [scoop](https://scoop.sh)

On Windows, to install via scoop, run:

```sh
scoop install main/juliaup
```

## Continuous Integration (CI)

If you use GitHub Actions as your CI provider, you can use the [`julia-actions/install-juliaup`](https://github.com/julia-actions/install-juliaup) action to install Juliaup in CI.
Expand Down
Loading