From 70ec60c7e3e462f182e4b41da1f7b5ff9ea70040 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 22 Feb 2022 00:54:31 +0100 Subject: [PATCH] feat: arch linux package support yay -S static-web-server-bin https://aur.archlinux.org/packages/static-web-server-bin resolves #75 --- docs/content/download-and-install.md | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/docs/content/download-and-install.md b/docs/content/download-and-install.md index 348a4f9..46829e0 100644 --- a/docs/content/download-and-install.md +++ b/docs/content/download-and-install.md @@ -10,7 +10,31 @@ Latest **v2.5.0** release `2022-02-04` ([changelog](https://github.com/joseluisq -## x86_64 +## Installation methods + +### Arch Linux + +Via [Yay](https://github.com/Jguer/yay) or your favorite AUR Helper. + +```sh +yay -S static-web-server-bin +``` + +### MacOS + +```sh +# TODO +``` + +### Windows + +```sh +# TODO +``` + +## Binaries + +### x86_64 - [static-web-server-v2.5.0-x86_64-apple-darwin.tar.gz](https://github.com/joseluisq/static-web-server/releases/download/v2.5.0/static-web-server-v2.5.0-x86_64-apple-darwin.tar.gz)
**SHA256SUM:** `02eafd4b659ea992cc33c2552fd62abdedc7c637f36fc91e1bd1fa84510a1781` @@ -25,7 +49,7 @@ Latest **v2.5.0** release `2022-02-04` ([changelog](https://github.com/joseluisq - [static-web-server-v2.5.0-x86_64-unknown-linux-musl.tar.gz](https://github.com/joseluisq/static-web-server/releases/download/v2.5.0/static-web-server-v2.5.0-x86_64-unknown-linux-musl.tar.gz)
**SHA256SUM:** `65466cff6f58c736b28aa6dfd6df66e721cfbff9134496355115477870d8d009` -## ARM64 +### ARM64 - [static-web-server-v2.5.0-aarch64-unknown-linux-gnu.tar.gz](https://github.com/joseluisq/static-web-server/releases/download/v2.5.0/static-web-server-v2.5.0-aarch64-unknown-linux-gnu.tar.gz)
**SHA256SUM:** `cce0e0700c9584ee21938bfa018bac248fa577180d3bc3a35a52c637e01c80d9` @@ -34,7 +58,7 @@ Latest **v2.5.0** release `2022-02-04` ([changelog](https://github.com/joseluisq - [static-web-server-v2.5.0-aarch64-apple-darwin.tar.gz](https://github.com/joseluisq/static-web-server/releases/download/v2.5.0/static-web-server-v2.5.0-aarch64-apple-darwin.tar.gz)
**SHA256SUM:** `3ffda3bb869fa87874d4184b18dfceb0478d262efebdbf2e91d8a9ff6f645f27` -## x86 +### x86 - [static-web-server-v2.5.0-i686-pc-windows-msvc.zip](https://github.com/joseluisq/static-web-server/releases/download/v2.5.0/static-web-server-v2.5.0-i686-pc-windows-msvc.zip)
**SHA256SUM:** `0cec6fff2794dc6ed104be064031f3c74953436903ec4282fcbac4a91ee524e1` @@ -45,7 +69,7 @@ Latest **v2.5.0** release `2022-02-04` ([changelog](https://github.com/joseluisq - [static-web-server-v2.5.0-i686-unknown-linux-musl.tar.gz](https://github.com/joseluisq/static-web-server/releases/download/v2.5.0/static-web-server-v2.5.0-i686-unknown-linux-musl.tar.gz)
**SHA256SUM:** `502aae84ec49cefa189af9986beccd7994bd8bd06cddd35dfa4c81d6c98a500a` -## ARM +### ARM - [static-web-server-v2.5.0-arm-unknown-linux-gnueabihf.tar.gz](https://github.com/joseluisq/static-web-server/releases/download/v2.5.0/static-web-server-v2.5.0-arm-unknown-linux-gnueabihf.tar.gz)
**SHA256SUM:** `1b9e5d1f2d1e5ccfef74374521d2e2659c1e8f04becfccdb3bafb25941ef02a1` -- libgit2 1.7.2