Skip to content

Commit

Permalink
update wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Jul 20, 2024
1 parent 7e8916a commit 152bbd9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/wiki/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ If your architecture is supported by the pre-built binaries, you can download th

## Build from source

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
First, install rust toolchain with [rustup](https://rustup.rs/):

```shell
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

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

## Cargo

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
First, install rust toolchain with [rustup](https://rustup.rs/):

```shell
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

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

0 comments on commit 152bbd9

Please sign in to comment.