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. ---