agate

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

commit c31ab3717d8ee3e47e9442968efdbf6eb6faaba9
parent 8876c9771f01b56c5c55de07b0b051d63570bd26
Author: MidAutumnMoon <mid.autumn0moon@gmail.com>
Date:   Sun, 28 Mar 2021 03:01:22 +0800

Add install guide for Arch Linux
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.