diff --git a/README.md b/README.md index 7bcbfa38..04dc957b 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ may be able to remove the `linker = "clang"` line. ```toml [target.x86_64-unknown-linux-gnu] -rustflags = ["-C", "link-arg=-fuse-ld=/path/to/mold"] +rustflags = ["-C", "link-arg=-fuse-ld=mold"] ``` If you want to use mold for all projects, add the above snippet to