agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit f290e10b167fb0df3ac7eb3f39c3174012725b5a
parent ee18e2145b262f081df5a660a2f4dcfd70c87e3b
Author: Johann150 <johann@qwertqwefsday.eu>
Date:   Sat, 27 Mar 2021 20:12:06 +0100

Add install guide for Arch Linux (#47)


Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -26,6 +26,10 @@ Using the nix package manager run `nix-env -i agate` _Note:_ agate is currently only in the unstable channel and will reach a release channel once the next release is tagged +### Arch Linux + +Install the package [`agate-bin`](https://aur.archlinux.org/packages/agate-bin/)<sup>AUR</sup> for pre-compiled binary. Otherwise install the [`agate`](https://aur.archlinux.org/packages/agate/)<sup>AUR</sup> package to get agate compiled from source. + ### Cargo If you have the Rust toolchain installed, run `cargo install agate` to install agate from crates.io.