From b11b463cce2938b3769fd1098029db33a21f4342 Mon Sep 17 00:00:00 2001 From: PaulAroo Date: Fri, 8 Aug 2025 14:47:14 +0200 Subject: [PATCH 1/2] update readme: sbt installation (deb linux) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d2e957..8912338 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,11 @@ follow these steps. - Mac (Homebrew): brew install sbt - Ubuntu/Debian: + ```sh sudo apt-get update sudo apt-get install sbt + ``` + If those fail the visit [sbt's reference manual](https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html#Ubuntu+and+other+Debian-based+distributions) or the linux tab on [sbt's download page](https://www.scala-sbt.org/download). There you will find the necessary commands to manually add the official SBT repository to your system's package manager (`apt`). - Windows: Download from https://www.scala-sbt.org/download.html - Verify installation: From 7f0f3eb63c612142d03e4c592b83698f2e4cc384 Mon Sep 17 00:00:00 2001 From: PaulAroo Date: Fri, 8 Aug 2025 15:58:18 +0200 Subject: [PATCH 2/2] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8912338..90019c9 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ follow these steps. sudo apt-get update sudo apt-get install sbt ``` - If those fail the visit [sbt's reference manual](https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html#Ubuntu+and+other+Debian-based+distributions) or the linux tab on [sbt's download page](https://www.scala-sbt.org/download). There you will find the necessary commands to manually add the official SBT repository to your system's package manager (`apt`). + If those fail then visit [sbt's reference manual](https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html#Ubuntu+and+other+Debian-based+distributions) or the linux tab on [sbt's download page](https://www.scala-sbt.org/download). There you will find the necessary commands to manually add the official SBT repository to your system's package manager (`apt`). - Windows: Download from https://www.scala-sbt.org/download.html - Verify installation: