From b8196f0171eca299755da10f64ba50bfb92d569f Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Fri, 7 Feb 2020 22:23:39 +0100 Subject: [PATCH] Update installation.md (#583) --- installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/installation.md b/installation.md index de37c81e..c8733a46 100644 --- a/installation.md +++ b/installation.md @@ -53,6 +53,14 @@ sudo mv bintray-sobolevn-rpm.repo /etc/yum.repos.d/ sudo yum install git-secret ``` +### Arch + +You can install from the [AUR](https://aur.archlinux.org/packages/git-secret/) using your helper of choice by installing the package `git-secret` e.g. with [yay](https://github.com/Jguer/yay) + +```bash +yay -S git-secret +``` + --- ### Manual