diff --git a/README.md b/README.md index 8907d3d..5b9a7d3 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,10 @@ pipx = [ ] rustup = [ "stable", - # components: extra non-default components to install with this toolchain + # components: extra non-default components to install for this toolchain + + # see https://rust-lang.github.io/rustup/concepts/components.html + # for more details { package = "stable", components = ["rust-analyzer"] } ] snap = [