Skip to content

Commit

Permalink
Show "Other" installation page for unknown operating system (oscar-sy…
Browse files Browse the repository at this point in the history
…stem#421)

Co-authored-by: Johannes Schmitt <[email protected]>
  • Loading branch information
joschmitt and Johannes Schmitt authored Feb 14, 2025
1 parent 99a3511 commit 86c887e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions getting-started/install-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sudo apt install build-essential
```

If you are using Fedora 40 or newer, enter the following commands into a terminal (this will prompt for your password
and requires that you have permissions to administer your computer).
and requires that you have permissions to administer your computer):
```sh
sudo dnf install gcc-c++ make
```
Expand All @@ -62,7 +62,7 @@ sudo dnf install gcc-c++ make
```sh
curl -fsSL https://install.julialang.org | sh
```
4. Alternatively, you can [download Julia directly from the official website](https://julialang.org/downloads/) and follow the [installation instructions for macOS]((https://julialang.org/downloads/platform/).
4. Alternatively, you can [download Julia directly from the official website](https://julialang.org/downloads/) and follow the [installation instructions for Linux](https://julialang.org/downloads/platform/).


## Step 3: Install OSCAR
Expand Down
2 changes: 1 addition & 1 deletion getting-started/install-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you are using macOS 10.12 or newer, you need to install the Xcode command lin
```sh
curl -fsSL https://install.julialang.org | sh
```
4. Alternatively, you can [download Julia directly from the official website](https://julialang.org/downloads/) and follow the [installation instructions for macOS]((https://julialang.org/downloads/platform/).
4. Alternatively, you can [download Julia directly from the official website](https://julialang.org/downloads/) and follow the [installation instructions for macOS](https://julialang.org/downloads/platform/).


## Step 3: Install OSCAR
Expand Down
2 changes: 1 addition & 1 deletion getting-started/install-win.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Having trouble? Visit our [Contact & Support]({{site.baseurl}}/contact-and-suppo
```sh
curl -fsSL https://install.julialang.org | sh
```
5. Alternatively, you can [download Julia directly from the official website](https://julialang.org/downloads/) and follow the [installation instructions for Linux Ubuntu]((https://julialang.org/downloads/platform/).
5. Alternatively, you can [download Julia directly from the official website](https://julialang.org/downloads/) and follow the [installation instructions for Linux Ubuntu](https://julialang.org/downloads/platform/).


## Step 3: Install OSCAR
Expand Down
3 changes: 3 additions & 0 deletions getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ title: Installation Instructions
else if (navigator.userAgent.includes("Macintosh")){
window.location.replace("{{site.baseurl}}/getting-started/install-mac"+target);
}
else {
window.location.replace("{{site.baseurl}}/getting-started/install-generic"+target);
}
</script>

0 comments on commit 86c887e

Please sign in to comment.