소스 검색

Specify minimum compiler version

Now I just need to remember to update it. Was suggested in #197.
Benjamin Sago 8 년 전
부모
커밋
ad8c3c4323
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -61,7 +61,7 @@ These options are available when running with --long (`-l`):
 
 ## Installation
 
-exa is written in [Rust](http://www.rust-lang.org).
+exa is written in [Rust](http://www.rust-lang.org). You will need rustc version 1.17.0 or higher. The recommended way to install Rust is from the official download page.
 Once you have it set up, a simple `make install` will compile exa and install it into `/usr/local/bin`.
 
 exa depends on [libgit2](https://github.com/alexcrichton/git2-rs) for certain features.