agate

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

commit 22ba3e497c630c666ac0e15c585ae2a33c794541
parent 16d05c73a0c33e55e6732cfdcb75599557461b3e
Author: Johann150 <johann.galle@protonmail.com>
Date:   Sat, 27 Mar 2021 20:30:53 +0100

update changelog and homepage

Diffstat:
MCHANGELOG.md | 8++++++++
Mcontent/index.gmi | 14++++++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +Thank you to @MidAutumnMoon and @steko for contributing to this release. + +### Added +* Installation instructions for Arch Linux from Arch User Repositories. (#47) + +### Fixed +* The certificate file extensions in the README example. (#45) +* The certificate directory is automatically created if it does not exist. (#44) ## [3.0.0] - 2021-03-27 Thank you to @ddevault for contributing to this release. diff --git a/content/index.gmi b/content/index.gmi @@ -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" from AUR for pre-compiled binary. Otherwise install the "agate" package from AUR to get agate compiled from source. + ### Cargo If you have the Rust toolchain installed, run `cargo install agate` to install agate from crates.io. @@ -188,6 +192,16 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver => https://keepachangelog.com/en/1.0.0/ Keep a Changelog home page => https://semver.org/spec/v2.0.0.html Semantic versioning standard v2.0.0 +## [Unreleased] +Thank you to @MidAutumnMoon and @steko for contributing to this release. + +### Added +* Installation instructions for Arch Linux from Arch User Repositories. (#47) + +### Fixed +* The certificate file extensions in the README example. (#45) +* The certificate directory is automatically created if it does not exist. (#44) + ## [3.0.0] - 2021-03-27 Thank you to @ddevault for contributing to this release.