diff --git a/README.md b/README.md index eaa0f03..76c41ab 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ descriptor for the speed which this library intends to deliver. ### Prerequisites -- A Rust compiler with a version >= 1.63.0 - +- A Rust compiler with a version >= 1.64.0 - - [AOFlagger](https://gitlab.com/aroffringa/aoflagger) >= 3.0 (Ubuntu > 21.04: apt install aoflagger-dev) - [CFitsIO](https://heasarc.gsfc.nasa.gov/fitsio/) >= 3.49 @@ -69,10 +69,10 @@ Previously macOS was supported, however this has ben dropped due to issues with ### Installing the binary ```bash -cargo --features=aoflagger install --path . +cargo install --path . ``` -This creates a `birli` binary with the `aoflagger` feature enabled in `$HOME/.cargo/bin` +This creates a `birli` binary in `$HOME/.cargo/bin` ## Troubleshooting