diff --git a/Cargo.toml b/Cargo.toml index 8618d5a..7874788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "processtime" -version = "0.1.1" +version = "0.2.0" description = "A cross-platform version of the \"time\" shell function, to display execution time for a process." homepage = "https://github.com/Orbitale/processtime" documentation = "https://docs.rs/processtime" diff --git a/README.md b/README.md index 29528e9..759f757 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ## Install +### From automated releases + +Check out the [releases](https://github.com/Orbitale/processtime/releases) page for the latest stable version and download the one for your operating system. + ### Using Cargo You can run `cargo install processtime` if you have Rust and Cargo on your machine.