From 0c22c2c3c88d4c784e5920d17c3e452419f62020 Mon Sep 17 00:00:00 2001 From: joshr Date: Mon, 5 Sep 2022 22:09:32 -0400 Subject: [PATCH] doc changes towards putting out 0.5.1 --- CHANGELOG.md | 6 +++--- docs/installation.md | 12 ++---------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d5d46c..374d3294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ ### Misc -- NOTE: Arch instructions now say to install from source. Arch tests removed temporarily (#916) -- NOTE: there is an issue when repo directory (or a parent dir) contains a space (#135) +- Temporarily disable apk builds on alpine (#881, #878) +- NOTE: Arch and Alpine instructions now say to install from source. Arch tests removed temporarily (#878, #916) +- NOTE: There is an issue when repo directory (or a parent dir) contains a space (#135) - Improve error messaging when we cannot find git repo (#874) -- Temporarily disable apk builds on alpine (#881) - Have `hide -v` show output from gnupg - Documentation updates and fixes diff --git a/docs/installation.md b/docs/installation.md index ffa4e515..b6360b66 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -70,17 +70,9 @@ You can find the `rpm` repository [here](https://gitsecret.jfrog.io/artifactory/ --- -### Alpine Systems / `apk` package +### Alpine Systems -`apk` is a packaging system for Alpine. -You can find the `apk` `git-secret` packaging -[here](https://gitsecret.jfrog.io/artifactory/git-secret-apk/), -and you can see a list of supported architectures -[here](https://github.com/sobolevn/git-secret/blob/master/utils/apk/meta.sh) - -```bash -{% include install-apk.sh %} -``` +Use `Manual Installation` method described below. ---