manuals fix

pull/42/head
sobolevn 8 years ago
parent 2e9e374acb
commit b9fc50ad67
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -68,6 +68,9 @@ gpg (GnuPG) 1\.4\.20
.SS "Installation process" .SS "Installation process"
There are several ways to install \fBgit\-secret\fR: There are several ways to install \fBgit\-secret\fR:
. .
.P
\fB\fBHomebrew\fR\fR
.
.IP "1." 4 .IP "1." 4
Run \fBbrew install git\-secret\fR\. That will do\. Also, there are two options: 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 .IP "" 0
. .
.P
\fB\fB\fBdeb\fR package\fR\fR
.
.IP "1." 4 .IP "1." 4
Run \fBecho "deb https://dl\.bintray\.com/sobolevn/deb git\-secret stable" | sudo tee \-a /etc/apt/sources\.list\fR 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 .IP "" 0
. .
.P
\fB\fB\fBrpm\fR package\fR\fR
.
.IP "1." 4 .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 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 .IP "" 0
. .
.P
\fB\fBManual\fR\fR
.
.IP "1." 4 .IP "1." 4
Clone the repository first: \fBgit clone https://github\.com/sobolevn/git\-secret\.git git\-secret\fR 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 .IP "" 0
. .
.P
\fB\fB\fBantigen\fR plugin (or any other \fBoh\-my\-zsh\fR\-styled plugin\-systems)\fR\fR
.
.IP "1." 4 .IP "1." 4
Add line \fBantigen bundle sobolevn/git\-secret\fR to your \fB~/\.zshrc\fR Add line \fBantigen bundle sobolevn/git\-secret\fR to your \fB~/\.zshrc\fR
. .

@ -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`: There are several ways to install `git-secret`:
#### Homebrew **** Homebrew ****
1. Run `brew install git-secret`. That will do. Also, there are two options: 1. Run `brew install git-secret`. That will do. Also, there are two options:
* `--without-gpg` to build without `gpg` support * `--without-gpg` to build without `gpg` support
* `--HEAD` to install `HEAD` version * `--HEAD` to install `HEAD` version
2. Note, that we have migrated from `tap` to the official `brew` repo 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` 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` 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/` 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` 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` 1. Clone the repository first: `git clone https://github.com/sobolevn/git-secret.git git-secret`
2. Run `cd git-secret && make build` 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` 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` 1. Add line `antigen bundle sobolevn/git-secret` to your `~/.zshrc`
2. Run `source ~/.zshrc` or reopen the terminal 2. Run `source ~/.zshrc` or reopen the terminal

Loading…
Cancel
Save