Skip to content

Commit 152bbd9

Browse files
committed
update wiki
1 parent 7e8916a commit 152bbd9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/wiki/Installation.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ If your architecture is supported by the pre-built binaries, you can download th
3333

3434
## Build from source
3535

36-
First, install `rustup` to get the `rust` compiler installed on your system (using the recommended `curl https://sh.rustup.rs -sSf | sh -s` installation method) and then
36+
First, install rust toolchain with [rustup](https://rustup.rs/):
37+
38+
```shell
39+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
40+
```
3741

3842
> [!IMPORTANT]
3943
> Ensure [CMake](https://cmake.org/download/) is installed.
@@ -46,7 +50,11 @@ make install
4650

4751
## Cargo
4852

49-
First, install `rustup` to get the `rust` compiler installed on your system (using the recommended `curl https://sh.rustup.rs -sSf | sh -s` installation method) and then
53+
First, install rust toolchain with [rustup](https://rustup.rs/):
54+
55+
```shell
56+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
57+
```
5058

5159
> [!IMPORTANT]
5260
> Ensure [CMake](https://cmake.org/download/) is installed.

0 commit comments

Comments
 (0)