diff --git a/Cargo.toml b/Cargo.toml index 82ec953..276bc69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rm-improved" -version = "0.11.4" +version = "0.12.0" authors = ["mail@nivekuil.com"] description = "rip: a safe and ergonomic alternative to rm" repository = "https://github.com/nivekuil/rip" diff --git a/README.org b/README.org index c2ec0b0..050521d 100644 --- a/README.org +++ b/README.org @@ -15,7 +15,7 @@ $ tar xvzf rip-*.tar.gz $ mv rip /usr/local/bin #+END_EXAMPLE -or build it with a nightly rustc: +or build it: #+BEGIN_EXAMPLE $ cargo install rm-improved #+END_EXAMPLE