aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-17 16:01:03 -0600
committermat <git@matdoes.dev>2023-12-17 16:01:03 -0600
commit50e7cc4abf0c6570c60c043ec9f2fb2e1f985c83 (patch)
treef152e6fb7e9e6c862ec93ca51ec4685d9de4283e
parent64527657d3426b88ee346752a9be57da6bb58ddc (diff)
downloadazalea-drasl-50e7cc4abf0c6570c60c043ec9f2fb2e1f985c83.tar.xz
fix broken link to .config/config_fast_builds in docs
-rwxr-xr-xazalea/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/README.md b/azalea/README.md
index 99c7d741..339c57a2 100755
--- a/azalea/README.md
+++ b/azalea/README.md
@@ -16,7 +16,7 @@ Then, use one of the following commands to add Azalea to your project:
For faster compile times, make a `.cargo/config.toml` file in your project
and copy
-[this file](https://github.com/azalea-rs/azalea/blob/main/.cargo/config.toml)
+[this file](https://github.com/azalea-rs/azalea/blob/main/.cargo/config_fast_builds)
into it. You may have to install the LLD linker.
For faster performance in debug mode, add the following code to your