Skip to content

Commit

Permalink
Minor change in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpad Bürmen committed Jan 25, 2024
1 parent 2da6705 commit c0a6778
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ Unpack it in `/opt` as root (creates directory `/opt/LLVM`).
cd /opt
zstd -d -c --long=31 <path/to/archive.tar.zst> | tar -xf -
```
During installation select "Customize installation" and set profile to "complete".

Install Rust as ordinary user (files will go to `~/.cargo` and `~/.rustup`).
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
During installation select "Customize installation" and set profile to "complete".

Set LLVM_CONFIG, add LLVM to PATH, and set up the working environment for Rust.
Add these lines at the end of `.bashrc`
Expand Down

0 comments on commit c0a6778

Please sign in to comment.