;site: download: tweaks, align table
[ci skip]
This commit is contained in:
parent
393bd76b81
commit
7136707e0d
@ -37,26 +37,26 @@ The current hledger release is **1.14.2**; here are the [release notes](release-
|
||||
|
||||
These prebuilt binaries will install quickly:
|
||||
|
||||
| | |
|
||||
|-----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| <br><big>**Multiplatform**</big> | | <br><small>*Packaged version:*</small> |
|
||||
| [Nix]<br><small>*Linux, Mac*</small> | <span style="font-size:small;">**`nix-env -i -f https://github.com/NixOS/nixpkgs/archive/fe41fd.tar.gz -A hledger hledger-web hledger-ui`**<br>*On Linux, note <span class=warnings>[#1030](https://github.com/simonmichael/hledger/issues/1030)</span> workaround*</span> | 
|
||||
| [Docker]<br><small>*Linux, Mac, Windows*</small> | **`docker pull dastapov/hledger`** | [](https://hub.docker.com/r/dastapov/hledger)<br><small>[more..](https://hub.docker.com/search?q=hledger&type=image&sort=updated_at&order=desc)</small> |
|
||||
| [Homebrew]<br><small>*Linux, Mac, Windows*</small> | **`brew install hledger`** | [](https://formulae.brew.sh/formula/hledger) |
|
||||
| [Wine]<br><small>*Linux, Mac, FreeBSD*</small> | *Install Wine, run the Windows binary below* | |
|
||||
| <br><big>**Windows**</big> | | |
|
||||
| Windows binaries | <code>**[hledger.zip]**</code> *from Appveyor CI* <!-- or [latest nightly dev build](https://ci.appveyor.com/api/projects/simonmichael/hledger/artifacts/hledger.zip?branch=master) --><!-- <span class=warnings> [no hledger-ui](https://github.com/jtdaugherty/vty/pull/1#issuecomment-297143444),[doesn't work on old windows ?](https://github.com/simonmichael/hledger/issues/774),[many files in PATH causing hangs](https://github.com/simonmichael/hledger/issues/791) --><!-- ,[appveyor builds failing](https://github.com/simonmichael/hledger/issues/832) </span>--> | [](https://ci.appveyor.com/project/simonmichael/hledger/build/artifacts) |
|
||||
| <br><big>**GNU/Linux**</big> | | |
|
||||
| Arch | **`pacman -S hledger hledger-ui hledger-web`** | [](https://www.archlinux.org/packages/?sort=&q=hledger) |
|
||||
| Gentoo | **`sudo layman -a haskell && sudo emerge hledger hledger-ui hledger-web`** | [](https://gentoo.zugaina.org/Search?search=hledger) |
|
||||
| Debian | **`sudo apt install hledger hledger-ui hledger-web`** | [](https://packages.debian.org/unstable/hledger)<br>[](https://packages.debian.org/testing/hledger)<br>[](https://packages.debian.org/stable/hledger)<br>[](https://packages.debian.org/oldstable/hledger)<br><small>[more..](https://packages.debian.org/search?searchon=names&keywords=hledger)</small> |
|
||||
| Ubuntu | **`sudo apt install hledger hledger-ui hledger-web`** | [](https://packages.ubuntu.com/disco/hledger)<br>[](https://packages.ubuntu.com/cosmic/hledger)<br>[](https://packages.ubuntu.com/bionic/hledger)<br>[](https://packages.ubuntu.com/xenial/hledger)<br>[](https://packages.ubuntu.com/trusty/hledger)<br><small>[more..](https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=hledger)</small> |
|
||||
| Fedora | **`sudo dnf install hledger`** | [](https://apps.fedoraproject.org/packages/hledger/)<br>[](https://apps.fedoraproject.org/packages/hledger/)<br>[](https://apps.fedoraproject.org/packages/hledger/)<br>[](https://apps.fedoraproject.org/packages/hledger/)<br>[](https://apps.fedoraproject.org/packages/hledger/)<br><small>[more..](https://apps.fedoraproject.org/packages/s/hledger)</small> |
|
||||
| Void | **`xbps-install -S hledger hledger-ui hledger-web`** | [](https://voidlinux.org/packages/?q=hledger) |
|
||||
| <br><big>**BSD**</big> | | |
|
||||
| [OpenBSD WIP](https://github.com/jasperla/openbsd-wip#how-to-use-this-tree) | **`make -C /usr/ports/openbsd-wip/productivity/hledger install`** | [](https://github.com/jasperla/openbsd-wip/tree/master/productivity/hledger)<br><small>[more..](https://github.com/jasperla/openbsd-wip/tree/master/productivity)</small> |
|
||||
| <br><big>**Other**</big> | | |
|
||||
| [Sandstorm]<br><small>*Community/private cloud platform*</small> | **[HLedger Web app](https://apps.sandstorm.io/app/8x12h6p0x0nrzk73hfq6zh2jxtgyzzcty7qsatkg7jfg2mzw5n90)** <!-- <br><span class=warnings>[features needed](https://github.com/simonmichael/hledger/issues/425)</span> --> |  |
|
||||
| | | |
|
||||
|----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| <br><big>**Multiplatform**</big> | | <br><small>*Packaged version(s):*</small> |
|
||||
| [Nix]<br><small>*Linux, Mac*</small> | <span style="font-size:small;">**`nix-env -i -f https://github.com/NixOS/nixpkgs/archive/fe41fd.tar.gz -A hledger hledger-web hledger-ui`**<br>*On Linux, note <span class=warnings>[#1030](https://github.com/simonmichael/hledger/issues/1030)</span> workaround*</span> |  |
|
||||
| [Docker]<br><small>*Linux, Mac, Windows*</small> | **`docker pull dastapov/hledger`** | [](https://hub.docker.com/r/dastapov/hledger)<br><small>[more..](https://hub.docker.com/search?q=hledger&type=image&sort=updated_at&order=desc)</small> |
|
||||
| [Homebrew]<br><small>*Linux, Mac, Windows*</small> | **`brew install hledger`** | [](https://formulae.brew.sh/formula/hledger) |
|
||||
| [Wine]<br><small>*Linux, Mac, FreeBSD*</small> | <span style="font-size:small;">*Install Wine & use the Windows binary below*</span> | |
|
||||
| <br><big>**Windows**</big> | | |
|
||||
| Windows binaries | <code>**[hledger.zip]**</code> <span style="font-size:small;">*from Appveyor CI*</span> <!-- or [latest nightly dev build](https://ci.appveyor.com/api/projects/simonmichael/hledger/artifacts/hledger.zip?branch=master) --><!-- <span class=warnings> [no hledger-ui](https://github.com/jtdaugherty/vty/pull/1#issuecomment-297143444),[doesn't work on old windows ?](https://github.com/simonmichael/hledger/issues/774),[many files in PATH causing hangs](https://github.com/simonmichael/hledger/issues/791) --><!-- ,[appveyor builds failing](https://github.com/simonmichael/hledger/issues/832) </span>--> | [](https://ci.appveyor.com/project/simonmichael/hledger/build/artifacts) |
|
||||
| <br><big>**GNU/Linux**</big> | | |
|
||||
| Arch | **`pacman -S hledger hledger-ui hledger-web`** | [](https://www.archlinux.org/packages/?sort=&q=hledger) |
|
||||
| Gentoo | **`sudo layman -a haskell && sudo emerge hledger hledger-ui hledger-web`** | [](https://gentoo.zugaina.org/Search?search=hledger) |
|
||||
| Debian | **`sudo apt install hledger hledger-ui hledger-web`** | [](https://packages.debian.org/unstable/hledger)<br>[](https://packages.debian.org/testing/hledger)<br>[](https://packages.debian.org/stable/hledger)<br>[](https://packages.debian.org/oldstable/hledger)<br><small>[more..](https://packages.debian.org/search?searchon=names&keywords=hledger)</small> |
|
||||
| Ubuntu | **`sudo apt install hledger hledger-ui hledger-web`** | [](https://packages.ubuntu.com/disco/hledger)<br>[](https://packages.ubuntu.com/cosmic/hledger)<br>[](https://packages.ubuntu.com/bionic/hledger)<br>[](https://packages.ubuntu.com/xenial/hledger)<br>[](https://packages.ubuntu.com/trusty/hledger)<br><small>[more..](https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=hledger)</small> |
|
||||
| Fedora | **`sudo dnf install hledger`** | [](https://apps.fedoraproject.org/packages/hledger/)<br>[](https://apps.fedoraproject.org/packages/hledger/)<br>[](https://apps.fedoraproject.org/packages/hledger/)<br>[](https://apps.fedoraproject.org/packages/hledger/)<br>[](https://apps.fedoraproject.org/packages/hledger/)<br><small>[more..](https://apps.fedoraproject.org/packages/s/hledger)</small> |
|
||||
| Void | **`xbps-install -S hledger hledger-ui hledger-web`** | [](https://voidlinux.org/packages/?q=hledger) |
|
||||
| <br><big>**BSD**</big> | | |
|
||||
| [OpenBSD WIP](https://github.com/jasperla/openbsd-wip#how-to-use-this-tree) | **`make -C /usr/ports/openbsd-wip/productivity/hledger install`** | [](https://github.com/jasperla/openbsd-wip/tree/master/productivity/hledger)<br><small>[more..](https://github.com/jasperla/openbsd-wip/tree/master/productivity)</small> |
|
||||
| <br><big>**Other**</big> | | |
|
||||
| [Sandstorm]<br><small>*Community/private cloud platform*</small> | **[HLedger Web app](https://apps.sandstorm.io/app/8x12h6p0x0nrzk73hfq6zh2jxtgyzzcty7qsatkg7jfg2mzw5n90)** <!-- <br><span class=warnings>[features needed](https://github.com/simonmichael/hledger/issues/425)</span> --> |  |
|
||||
|
||||
<!-- <br><br><small>*Or: (nix-channel --update may be needed. CI [build][nix unstable linux builds] [issues][nix unstable mac builds] may cause failure/large downloads; check those links/try with --dry-run first)*</small> <br><span style="font-size:small;">**`nix-env -i hledger-1.14.2 hledger-ui-1.14.2 hledger-web-1.14.1`**</span> -->
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user