We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1f380 commit 7e9cf8cCopy full SHA for 7e9cf8c
content/install-guides/rust.md
@@ -53,7 +53,7 @@ If you see a different result, you are not using an Arm computer running 64-bit
53
Use the `apt` command to install the required software packages on any Debian-based Linux distribution, including Ubuntu.
54
55
```bash { target="ubuntu:latest" }
56
-sudo apt update
+sudo apt update
57
sudo apt install -y curl gcc
58
```
59
@@ -140,7 +140,7 @@ You are ready to use the Rust programming language on your Arm Linux machine.
140
141
To compile an example program, run the following commands:
142
143
-```bash { env_source="~/.bashrc" }
+```console
144
cargo new hello
145
cd hello
146
cargo run
0 commit comments