Skip to content

Commit

Permalink
New version and README and stuff.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kennytm committed May 9, 2018
1 parent dcd2a33 commit 30bd616
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustup-toolchain-install-master"
version = "0.1.0"
version = "0.2.0"
authors = ["kennytm <[email protected]>"]
description = "Install master rustc toolchain into rustup"
repository = "https://github.com/kennytm/rustup-toolchain-install-master"
Expand All @@ -11,6 +11,9 @@ license = "MIT"

[badges]
maintenance = { status = "passively-maintained" }
travis-ci = { repository = "kennytm/rustup-toolchain-install-master" }
is-it-maintained-issue-resolution = { repository = "kennytm/rustup-toolchain-install-master" }
is-it-maintained-open-issues = { repository = "kennytm/rustup-toolchain-install-master" }

[dependencies]
failure = "0.1"
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
rustup-toolchain-install-master
===============================

![Travis status](https://travis-ci.com/kennytm/rustup-toolchain-install-master.svg?branch=master)

Installs compiler artifacts generated fresh from Rust's CI into `rustup`.

```
Expand Down Expand Up @@ -28,7 +30,7 @@ Installation

Install `rustup`, and then install from Cargo.

```sh
```console
$ cargo install rustup-toolchain-install-master
```

Expand All @@ -37,7 +39,7 @@ Usage

Download a normal toolchain:

```
```console
$ rustup-toolchain-install-master def3269a71be2e737cad27418a3dad9f5bd6cd32
downloading <https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rustc-builds/def3269a71be2e737cad27418a3dad9f5bd6cd32/rustc-nightly-x86_64-apple-darwin.tar.xz>...
completed
Expand All @@ -48,7 +50,7 @@ toolchain `def3269a71be2e737cad27418a3dad9f5bd6cd32` is successfully installed!

Use it:

```
```console
$ rustc +def3269a71be2e737cad27418a3dad9f5bd6cd32 -vV
rustc 1.25.0-nightly (def3269a7 2018-01-30)
binary: rustc
Expand All @@ -61,7 +63,7 @@ LLVM version: 4.0

Remove it using `rustup`:

```
```console
$ rustup uninstall def3269a71be2e737cad27418a3dad9f5bd6cd32
info: uninstalling toolchain 'def3269a71be2e737cad27418a3dad9f5bd6cd32'
info: toolchain 'def3269a71be2e737cad27418a3dad9f5bd6cd32' uninstalled
Expand Down

0 comments on commit 30bd616

Please sign in to comment.