Update README.md

need Rust 1.36 due to #25
pull/29/head
phiresky 5 years ago committed by GitHub
parent 45580efa2d
commit 20caf5d29a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ To get all necessary and optional dependencies:
Then get the latest binary from [Releases][latestrelease].
### Compile from source
rga should compile with stable Rust (v1.35.0+, check with `rustc --version`). To build it, run the following (or the equivalent in your OS):
rga should compile with stable Rust (v1.36.0+, check with `rustc --version`). To build it, run the following (or the equivalent in your OS):
```
~$ apt install build-essential pandoc poppler-utils ffmpeg ripgrep cargo

Loading…
Cancel
Save