Add table of packages to readme
type: documentation pr: https://github.com/casey/intermodal/pull/372 fixes: - https://github.com/casey/intermodal/issues/369
This commit is contained in:
parent
ddf097c836
commit
6185d6c8a2
|
@ -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 <casey@rodarmor.com>_
|
||||
- :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 <casey@rodarmor.com>_
|
||||
- :wrench: [`ddf097c83690`](https://github.com/casey/intermodal/commit/ddf097c8369002748992165f81e9a1bdbe6eff98) Fix `publish` recipe ([#368](https://github.com/casey/intermodal/pull/368)) - _Casey Rodarmor <casey@rodarmor.com>_
|
||||
|
||||
|
||||
[v0.1.5](https://github.com/casey/intermodal/releases/tag/v0.1.5) - 2020-04-11
|
||||
|
|
|
@ -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)<sup>AUR</sup> | `yay -S intermodal` |
|
||||
|
||||
#### Pre-built binaries
|
||||
|
||||
Pre-built binaries for Linux, macOS, and Windows can be found on
|
||||
|
|
Loading…
Reference in New Issue
Block a user