From 8af050b3660bbfde9b2e5cc9a64dad3a06dffb2c Mon Sep 17 00:00:00 2001 From: kud1ing Date: Tue, 17 May 2016 09:08:15 +0200 Subject: [PATCH] only "Rustup" --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e7047ed..db0e302 100644 --- a/README.md +++ b/README.md @@ -113,11 +113,9 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [clog-tool/clog-cli](https://github.com/clog-tool/clog-cli) — generates a changelog from git metadata ([conventional changelog](http://blog.thoughtram.io/announcements/tools/2014/09/18/announcing-clog-a-conventional-changelog-generator-for-the-rest-of-us.html)) [](https://travis-ci.org/clog-tool/clog-cli) * [dan-t/rusty-tags](https://github.com/dan-t/rusty-tags) — create ctags/etags for a cargo project and all of its dependencies [](https://travis-ci.org/dan-t/rusty-tags) * [frewsxcv/crate-deps](https://github.com/frewsxcv/crate-deps) — generates images of dependency graphs for crates hosted on crates.io -* Multirust — manage multiple Rust installations - * [brson/multirust](https://github.com/brson/multirust) — the original multirust as shell scripts [](https://travis-ci.org/brson/multirust) - * [rust-lang-nursery/rustup.rs](https://github.com/rust-lang-nursery/rustup.rs) — the Rust toolchain installer [](https://travis-ci.org/rust-lang-nursery/rustup.rs) * [Racer](https://github.com/phildawes/racer) — code completion for Rust [](https://travis-ci.org/phildawes/racer) * [rustfmt](https://github.com/rust-lang-nursery/rustfmt) — a Rust code formatter [](https://travis-ci.org/rust-lang-nursery/rustfmt) +* [Rustup](https://github.com/rust-lang-nursery/rustup.rs) — the Rust toolchain installer [](https://travis-ci.org/rust-lang-nursery/rustup.rs) ### Debugging