From 41c07eed733a863f83f64625d623b583325e1810 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sun, 13 Mar 2016 15:22:42 +0300 Subject: [PATCH] installation fixes --- Makefile | 4 ---- man/man7/git-secret.7.ronn | 5 ----- 2 files changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 38892c2d..dfb771dc 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,6 @@ clean: build: git-secret -install: clean build - @chmod +x "./utils/install.sh" - @sudo "./utils/install.sh" "$(PREFIX)" - # # Testing: # diff --git a/man/man7/git-secret.7.ronn b/man/man7/git-secret.7.ronn index 3c41af24..d7a9e61a 100644 --- a/man/man7/git-secret.7.ronn +++ b/man/man7/git-secret.7.ronn @@ -48,11 +48,6 @@ There are several ways to install `git-secret`: 1. Add line `antigen bundle sobolevn/git-secret` to your `.zshrc` 2. Run `source ~/.zshrc` or reopen the terminal -**`make install`** - -1. Download the latest realease [here](https://github.com/sobolevn/git-secret/releases) -2. Unpack and run `make install PREFIX="your/installation/path"`, note that this command may require `sudo` - **The hard way** 1. Clone the repository first: `git clone https://github.com/sobolevn/git-secret.git git-secret`