From d9b5895bbe25b9191cf673fb45634a16db1f67c7 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sun, 21 Aug 2016 16:28:52 +0300 Subject: [PATCH] Intallation instructions updated Improved github templates with the comments [ci skip] --- .github/ISSUE_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- man/man7/git-secret.7.ronn | 10 ++++++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 985707f7..09ffc9cd 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -Thanks for reporting an issue! Please make sure you click the link above to view the issue guidelines, then fill out the blanks below. + What are the steps to reproduce this issue? ------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b713e315..37f0a84d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,11 @@ -Thanks for sending a pull request! + What does this implement/fix? Explain your changes. --------------------------------------------------- diff --git a/man/man7/git-secret.7.ronn b/man/man7/git-secret.7.ronn index af3553e6..f4618ebc 100644 --- a/man/man7/git-secret.7.ronn +++ b/man/man7/git-secret.7.ronn @@ -49,11 +49,17 @@ There are several ways to install `git-secret`: **** `deb` package **** -1. Run `echo "deb https://dl.bintray.com/sobolevn/deb git-secret stable" | sudo tee -a /etc/apt/sources.list` -2. Run `sudo apt-get install git-secret` +You can find the `deb` repository [here](https://bintray.com/sobolevn/deb/git-secret). + +0. Pre-requirements: make sure you have installed `apt-transport-https` +1. Run `echo "deb https://dl.bintray.com/sobolevn/deb git-secret main" | sudo tee -a /etc/apt/sources.list` +2. Add the release key: `wget -qO - https://api.bintray.com/users/sobolevn/keys/gpg/public.key | sudo apt-key add -` +3. Run `sudo apt-get update && sudo apt-get install git-secret` **** `rpm` package **** +You can find the `rpm` repository [here](https://bintray.com/sobolevn/rpm/git-secret). + 1. Run `wget https://bintray.com/sobolevn/rpm/rpm -O bintray-sobolevn-rpm.repo && sudo mv bintray-sobolevn-rpm.repo /etc/yum.repos.d/` 2. Run `sudo yum install git-secret`