From 50e7cc4abf0c6570c60c043ec9f2fb2e1f985c83 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 17 Dec 2023 16:01:03 -0600 Subject: [PATCH] fix broken link to .config/config_fast_builds in docs --- azalea/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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