From 22ba3e497c630c666ac0e15c585ae2a33c794541 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sat, 27 Mar 2021 20:30:53 +0100 Subject: [PATCH] update changelog and homepage --- CHANGELOG.md | 8 ++++++++ content/index.gmi | 14 ++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae72b6c..7e080ff 100644 --- 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 index 0e1e2af..0c959ce 100644 --- 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.