From 25ac48f23a51f55794594f647c49452542ce5e76 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 10 Nov 2019 00:23:57 +0100 Subject: [PATCH] Added rust components installation in bootstrap --- .yadm/bootstrap | 3 +++ README.org | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/.yadm/bootstrap b/.yadm/bootstrap index 7f73936..61bd1d2 100755 --- a/.yadm/bootstrap +++ b/.yadm/bootstrap @@ -197,5 +197,8 @@ rustup toolchain install stable printf "\n# Add rust utilities ##########################################################\n\n" cargo install rustfmt racer +rustup component add src +rustup component add rls + printf "\n# Clean the pacman and yay cache ##############################################\n\n" yay -Sc --noconfirm diff --git a/README.org b/README.org index e2102d2..65f18c9 100644 --- a/README.org +++ b/README.org @@ -1037,6 +1037,12 @@ cargo install rustfmt racer #+END_SRC + We will also need some components for development purposes: + #+BEGIN_SRC fish + rustup component add src + rustup component add rls + #+END_SRC + *** Clean the =pacman= and =yay= cache :PROPERTIES: :CUSTOM_ID: h-fa5307ec-065b-4d06-9d47-05ccde0da8ac