From 255b30c7bfcd9d880ec7fe053d3af953137ed507 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 19 Dec 2021 03:04:06 -0500 Subject: [PATCH] Remove platform detection Fixes https://github.com/sbt/website/issues/1037 Problem ------- The download instruction page displays different contents based on the detected platform, but people may browse from various cross platform ways like phones and host system for WSL or Docker. Solution -------- Remove the platform switching. --- src/landing/download.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/landing/download.md b/src/landing/download.md index 8d521625..06787997 100644 --- a/src/landing/download.md +++ b/src/landing/download.md @@ -2,8 +2,6 @@ title: Download --- -@@@ div { .arc_mac} -  Mac ----- @@ -21,10 +19,6 @@ $ brew install sbt ⚠️ Homebrew maintainers have added a dependency to JDK 13 because they want to use more brew dependencies ([brew#50649](https://github.com/Homebrew/homebrew-core/issues/50649)). This causes sbt to use JDK 13 even when `java` available on PATH is JDK 8 or 11. To prevent `sbt` from running on JDK 13, install [jEnv](https://www.jenv.be/) or switch to using [SDKMAN](https://sdkman.io/). -@@@ - -@@@ div { .arc_windows } - Windows ------- @@ -44,10 +38,6 @@ Windows > scoop install sbt ``` -@@@ - -@@@ div { .arc_linux } -

Linux (deb)

``` @@ -70,8 +60,6 @@ sudo yum install sbt ```
-@@@ - All platforms -------------