diff --git a/man/man7/git-secret.7 b/man/man7/git-secret.7 index 769aaa70..2e4166d9 100644 --- a/man/man7/git-secret.7 +++ b/man/man7/git-secret.7 @@ -68,6 +68,9 @@ gpg (GnuPG) 1\.4\.20 .SS "Installation process" There are several ways to install \fBgit\-secret\fR: . +.P +\fB\fBHomebrew\fR\fR +. .IP "1." 4 Run \fBbrew install git\-secret\fR\. That will do\. Also, there are two options: . @@ -82,6 +85,9 @@ Note, that we have migrated from \fBtap\fR to the official \fBbrew\fR repo . .IP "" 0 . +.P +\fB\fB\fBdeb\fR package\fR\fR +. .IP "1." 4 Run \fBecho "deb https://dl\.bintray\.com/sobolevn/deb git\-secret stable" | sudo tee \-a /etc/apt/sources\.list\fR . @@ -90,6 +96,9 @@ Run \fBsudo apt\-get install git\-secret\fR . .IP "" 0 . +.P +\fB\fB\fBrpm\fR package\fR\fR +. .IP "1." 4 Run \fBwget https://bintray\.com/sobolevn/rpm/rpm \-O bintray\-sobolevn\-rpm\.repo && sudo mv bintray\-sobolevn\-rpm\.repo /etc/yum\.repos\.d/\fR . @@ -98,6 +107,9 @@ Run \fBsudo yum install git\-secret\fR . .IP "" 0 . +.P +\fB\fBManual\fR\fR +. .IP "1." 4 Clone the repository first: \fBgit clone https://github\.com/sobolevn/git\-secret\.git git\-secret\fR . @@ -109,6 +121,9 @@ Run \fBPREFIX="/usr/local" make install\fR, note that you can install to any pre . .IP "" 0 . +.P +\fB\fB\fBantigen\fR plugin (or any other \fBoh\-my\-zsh\fR\-styled plugin\-systems)\fR\fR +. .IP "1." 4 Add line \fBantigen bundle sobolevn/git\-secret\fR to your \fB~/\.zshrc\fR . diff --git a/man/man7/git-secret.7.ronn b/man/man7/git-secret.7.ronn index 7ef7f5e7..af3553e6 100644 --- a/man/man7/git-secret.7.ronn +++ b/man/man7/git-secret.7.ronn @@ -40,30 +40,30 @@ You can add your platform to this list, if all the tests pass for you. There are several ways to install `git-secret`: -#### Homebrew +**** Homebrew **** 1. Run `brew install git-secret`. That will do. Also, there are two options: * `--without-gpg` to build without `gpg` support * `--HEAD` to install `HEAD` version 2. Note, that we have migrated from `tap` to the official `brew` repo -#### `deb` package +**** `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` -#### `rpm` package +**** `rpm` package **** 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` -#### Manual +**** Manual **** 1. Clone the repository first: `git clone https://github.com/sobolevn/git-secret.git git-secret` 2. Run `cd git-secret && make build` 3. Run `PREFIX="/usr/local" make install`, note that you can install to any prefix in your `PATH` -#### `antigen` plugin (or any other `oh-my-zsh`-styled plugin-systems) +**** `antigen` plugin (or any other `oh-my-zsh`-styled plugin-systems) **** 1. Add line `antigen bundle sobolevn/git-secret` to your `~/.zshrc` 2. Run `source ~/.zshrc` or reopen the terminal