X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=rustlang%2Finstall.sh;h=599d0ee5776f7947234fb7907f291ea853032c47;hb=22d15bdfb516e3a3c6562c1e0878290ed2a4360d;hp=e95f17285aa44c1cf313c91c9d89603cfa958248;hpb=5e0debf4c54c1e55476c1bc533c26db2b54d2f77;p=webi-installers%2F.git diff --git a/rustlang/install.sh b/rustlang/install.sh index e95f172..599d0ee 100644 --- a/rustlang/install.sh +++ b/rustlang/install.sh @@ -1,30 +1,4 @@ #!/bin/bash -# title: Rust -# homepage: https://rust-lang.org -# tagline: The Rust Toolchain -# description: | -# A language empowering everyone to build reliable and efficient software. -# -# Rust is the modern language used to build all of your favorite CLI tools, such as -# - rg (ripgrep, modern grep) -# - fd (modern find) -# - sd (modern sed) -# - lsd (modern ls) -# - bat (modern cat) -# examples: | -# ```bash -# cargo install ripgrep -# ``` -#
-# -# ```bash -# cargo new hello --bin -# cargo build --release -# ./hello -# > "Hello, world!" -# ``` - - # Straight from https://rustup.rs/ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh