Skip to content

Commit

Permalink
Add a note about build-essential being distro-specific and sometime…
Browse files Browse the repository at this point in the history
…s installed by `rustup`.
  • Loading branch information
Esper89 committed May 17, 2024
1 parent e14cb9d commit 9ffd528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ page](https://github.com/AstroTechies/astro_modloader/releases/latest), below th

Pre-built binaries are not yet dsitributed for Linux. To build the modloader yourself on Linux:

- Use your distribution's package manager to install `rustup`, `git`, and `build-essential`,
- Use your distribution's package manager to install `rustup`, and `git`
- Use `rustup` to install the Rust programming language,
- If `rustup` doesn't install it for you, install `build-essential` or your distro's equivalent,
- Use `cargo` to install `cargo-about`,
- Use `git` to clone the modloader's repository,
- Then run the following commands in the root of the repository:
Expand Down

0 comments on commit 9ffd528

Please sign in to comment.