Skip to content

Commit 7e9cf8c

Browse files
committed
Update rust.md
1 parent 9c1f380 commit 7e9cf8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/install-guides/rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you see a different result, you are not using an Arm computer running 64-bit
5353
Use the `apt` command to install the required software packages on any Debian-based Linux distribution, including Ubuntu.
5454

5555
```bash { target="ubuntu:latest" }
56-
sudo apt update
56+
sudo apt update
5757
sudo apt install -y curl gcc
5858
```
5959

@@ -140,7 +140,7 @@ You are ready to use the Rust programming language on your Arm Linux machine.
140140

141141
To compile an example program, run the following commands:
142142

143-
```bash { env_source="~/.bashrc" }
143+
```console
144144
cargo new hello
145145
cd hello
146146
cargo run

0 commit comments

Comments
 (0)