Skip to content

Commit

Permalink
[change] Updated Readme (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeratec authored Mar 21, 2024
1 parent 29607d2 commit 9644dd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ If you already have Rust installed, get the specific version of the Rust with:
```bash
# Install the correct Rust version
rustup install 1.63.0

# Change default toolchain version
rustup default 1.63.0
```

To get LLVM on Ubuntu, install the following packages:
Expand Down Expand Up @@ -68,6 +71,10 @@ set -x CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER /usr/pack/gcc-9.2.0-af/linux
</details>

## Installation
Make sure to fetch all required submodules.
```sh
git submodule update --init --recursive
```

Banshee can be installed on your system using cargo as follows:

Expand Down

0 comments on commit 9644dd1

Please sign in to comment.