diff options
| author | mat <git@matdoes.dev> | 2023-12-17 16:01:03 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-17 16:01:03 -0600 |
| commit | 50e7cc4abf0c6570c60c043ec9f2fb2e1f985c83 (patch) | |
| tree | f152e6fb7e9e6c862ec93ca51ec4685d9de4283e | |
| parent | 64527657d3426b88ee346752a9be57da6bb58ddc (diff) | |
| download | azalea-drasl-50e7cc4abf0c6570c60c043ec9f2fb2e1f985c83.tar.xz | |
fix broken link to .config/config_fast_builds in docs
| -rwxr-xr-x | azalea/README.md | 2 |
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 |
