diff --git a/CHANGELOG.md b/CHANGELOG.md index 464b16b..a06bcd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ Changelog ========= -UNRELEASED - 2020-04-11 +UNRELEASED - 2020-04-12 ----------------------- -- :wrench: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Fix `publish` recipe ([#368](https://github.com/casey/intermodal/pull/368)) - _Casey Rodarmor _ +- :books: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Add table of packages to readme ([#372](https://github.com/casey/intermodal/pull/372)) - Fixes [#369](https://github.com/casey/intermodal/issues/369) - _Casey Rodarmor _ +- :wrench: [`ddf097c83690`](https://github.com/casey/intermodal/commit/ddf097c8369002748992165f81e9a1bdbe6eff98) Fix `publish` recipe ([#368](https://github.com/casey/intermodal/pull/368)) - _Casey Rodarmor _ [v0.1.5](https://github.com/casey/intermodal/releases/tag/v0.1.5) - 2020-04-11 diff --git a/README.md b/README.md index fc59150..5f0d8a5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ For more about the project and its goals, check out [this post](https://rodarmor - [General](#general) - [Installation](#installation) - [Supported Operating Systems](#supported-operating-systems) + - [Packages](#packages) - [Pre-built binaries](#pre-built-binaries) - [Cargo](#cargo) - [Shell Completion Scripts](#shell-completion-scripts) @@ -35,6 +36,13 @@ For more about the project and its goals, check out [this post](https://rodarmor `imdl` supports Linux, MacOS, and Windows, and should work on other unix OSes. If it does not, please open an issue! +#### Packages + +| Operating System | Package Manager | Package | Command | +|:--------------------------------------------------------------------:|:-----------------------------------:|:-------------------------------------------------------------------------:|---------------------:| +| [Various](https://forge.rust-lang.org/release/platform-support.html) | [Cargo](https://www.rust-lang.org) | [imdl](https://crates.io/crates/imdl) | `cargo install imdl` | +| [Arch Linux](https://www.archlinux.org) | [Yay](https://github.com/Jguer/yay) | [intermodal](https://aur.archlinux.org/packages/intermodal)AUR | `yay -S intermodal` | + #### Pre-built binaries Pre-built binaries for Linux, macOS, and Windows can be found on