aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
Diffstat (limited to 'azalea')
-rw-r--r--azalea/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/azalea/README.md b/azalea/README.md
index d052f7c8..ec936b3b 100644
--- a/azalea/README.md
+++ b/azalea/README.md
@@ -9,13 +9,12 @@ First, install Rust nightly with `rustup install nightly` and `rustup default ni
Then, use one of the following commands to add Azalea to your project:
-- Latest bleeding-edge version (recommended): `cargo add azalea --git=https://github.com/azalea-rs/azalea`\
+- Latest bleeding-edge version (recommended): `cargo add azalea --git=https://github.com/azalea-rs/azalea`
- Latest "stable" release: `cargo add azalea`
## Optimization
-For faster compile times, make a `.cargo/config.toml` file in your project
-and copy
+For faster compile times, create a `.cargo/config.toml` file in your project and copy
[this file](https://github.com/azalea-rs/azalea/blob/main/.cargo/config_fast_builds)
into it. You may have to install the LLD linker.