Skip to content

Commit d22673c

Browse files
committed
small readme update
1 parent 3c09cef commit d22673c

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
1-
# Astroneer Modloader
1+
# astro_modloader (Rust)
22

3-
A modloader for Astroneer, rewritten in Rust.
3+
A mod loader for Astroneer, rewritten in Rust.
44

55
## Installation
66

77
### Windows
88

9-
Download the modloader (`astro_modloader.exe`) from the [releases
9+
Download the mod loader (`astro_modloader.exe`) from the [releases
1010
page](https://github.com/AstroTechies/astro_modloader/releases/latest), below the changelog.
1111

1212
### Linux
1313

14-
Pre-built binaries are not yet dsitributed for Linux. To build the modloader yourself on Linux:
14+
Download the mod loader (`astro_modloader-linux-x64`) from the [releases
15+
page](https://github.com/AstroTechies/astro_modloader/releases/latest), below the changelog. If the published binary is not compatible with your system, please follow the Compilation Guide below.
16+
17+
#### Compilation Guide
18+
If you would like to build the mod loader yourself on Linux, follow the steps below:
1519

1620
- Use your distribution's package manager to install `rustup` and `git`,
1721
- Use `rustup` to install the Rust programming language,
1822
- If `rustup` didn't install it for you, install `build-essential` or your distro's equivalent,
1923
- Use `cargo` to install `cargo-about`,
20-
- Use `git` to clone the modloader's repository,
24+
- Use `git` to clone the mod loader's repository,
2125
- Then run the following commands in the root of the repository:
2226

2327
```

0 commit comments

Comments
 (0)