X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=rustlang%2Finstall.sh;h=696fca962a9e5af41cb7639045f614d3457a5903;hb=eeaa8db394e92b53b0031fa62b33b969366a7913;hp=e95f17285aa44c1cf313c91c9d89603cfa958248;hpb=c017e861e7187ac818ca49b39846f13b7706f4e4;p=webi-installers%2F.git diff --git a/rustlang/install.sh b/rustlang/install.sh index e95f172..696fca9 100644 --- a/rustlang/install.sh +++ b/rustlang/install.sh @@ -2,11 +2,10 @@ # title: Rust # homepage: https://rust-lang.org -# tagline: The Rust Toolchain +# tagline: | +# Rust: Empowering everyone to build reliable and efficient software. # 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 +# Rust is what C++ and D were trying to do, but didn't. It's a modern, safe, high-performance language, which also just so happens to be used to build all of your favorite CLI tools, such as: # - rg (ripgrep, modern grep) # - fd (modern find) # - sd (modern sed)