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/learning-paths/servers-and-cloud-computing/rust-on-gcp/installation.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
1
2
---
2
3
title: Install Rust
3
4
weight: 4
@@ -6,11 +7,11 @@ weight: 4
6
7
layout: learningpathall
7
8
---
8
9
9
-
## Install Rust
10
+
## Overview
10
11
11
-
This section explains how to install and configure Rust on a GCP SUSE aarch64 VM, preparing your environment for building and benchmarking Rust applications.
12
+
This section explains how to install and configure Rust on your GCP SUSE Arm64 VM, preparing your environment for building and benchmarking Rust applications.
12
13
13
-
###Update your system
14
+
## Update your system
14
15
15
16
Update the system and install essential build tools required for compiling Rust programs:
When prompted, select option 1 for the default installation. This installs the latest stable version of Rust along with Cargo, Rust's package manager and build system.
34
35
35
-
###Configure your environment
36
+
## Configure your environment
36
37
37
38
Activate Rust's environment variables for your current shell session:
38
39
@@ -42,7 +43,7 @@ source $HOME/.cargo/env
42
43
43
44
This command adds the Rust toolchain to your PATH, making the `rustc` compiler and `cargo` commands available.
44
45
45
-
###Verify the installation
46
+
## Verify the installation
46
47
47
48
Confirm that Rust and Cargo installed successfully by checking their versions:
0 commit comments