Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 2 additions & 10 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down