Added rust components installation in bootstrap
This commit is contained in:
parent
59ca292527
commit
25ac48f23a
@ -197,5 +197,8 @@ rustup toolchain install stable
|
|||||||
printf "\n# Add rust utilities ##########################################################\n\n"
|
printf "\n# Add rust utilities ##########################################################\n\n"
|
||||||
cargo install rustfmt racer
|
cargo install rustfmt racer
|
||||||
|
|
||||||
|
rustup component add src
|
||||||
|
rustup component add rls
|
||||||
|
|
||||||
printf "\n# Clean the pacman and yay cache ##############################################\n\n"
|
printf "\n# Clean the pacman and yay cache ##############################################\n\n"
|
||||||
yay -Sc --noconfirm
|
yay -Sc --noconfirm
|
||||||
|
@ -1037,6 +1037,12 @@
|
|||||||
cargo install rustfmt racer
|
cargo install rustfmt racer
|
||||||
#+END_SRC
|
#+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
|
*** Clean the =pacman= and =yay= cache
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h-fa5307ec-065b-4d06-9d47-05ccde0da8ac
|
:CUSTOM_ID: h-fa5307ec-065b-4d06-9d47-05ccde0da8ac
|
||||||
|
Loading…
Reference in New Issue
Block a user