You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/sbt.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ tool_install: true
20
20
weight: 1
21
21
---
22
22
23
-
[sbt](https://www.scala-sbt.org/) is a popular build tool for Scala and Java projects.
23
+
[`sbt`](https://www.scala-sbt.org/) is a popular build tool for Scala and Java projects.
24
24
25
-
sbt is available for Windows, macOS, Linux and supports the Arm architecture.
25
+
`sbt` is available for Windows, macOS, Linux and supports the Arm architecture.
26
26
27
27
{{% notice Note %}}
28
28
When the project was created, it was called *Simple Build Tool*, but quickly evolved to *sbt*. Some have incorrectly redefined it to *Scala Build Tool*, which does not reflect the fact that sbt works with Java-only projects.
@@ -31,7 +31,7 @@ It is now called *sbt* in all lowercase letters, which emphasises the fact that
31
31
32
32
## What should I consider before installing sbt on Arm?
33
33
34
-
Before installing sbt, ensure you have Java installed on your system as sbt requires Java to run.
34
+
Before installing `sbt`, ensure you have Java installed on your system as `sbt` requires Java to run.
35
35
36
36
See the [Java install guide](/install-guides/java/) for more information.
37
37
@@ -50,9 +50,9 @@ If you see a different result, you are not using an Arm computer running 64-bit
50
50
51
51
## How do I install sbt for Ubuntu on Arm?
52
52
53
-
You can install sbt using the Ubuntu package manager.
53
+
You can install `sbt` using the Ubuntu package manager.
54
54
55
-
First, you need to add the sbt repository:
55
+
First, you need to add the `sbt` repository:
56
56
57
57
```bash
58
58
sudo apt-get update
@@ -61,14 +61,14 @@ echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | sudo tee /etc/a
0 commit comments