Mention needing a nightly compiler in readme

This commit is contained in:
bjorn3 2018-07-19 17:59:13 +02:00
parent dabfac3df7
commit 75d8fefc18

View file

@ -7,6 +7,7 @@
```bash
$ git clone https://github.com/bjorn3/rustc_codegen_cranelift.git
$ cd rustc_codegen_cranelift
$ rustup override set nightly
$ git submodule update --init
$ cargo build
```