Skip to content

Commit e1f91ca

Browse files
committed
Remove install/uninstall from doc.
1 parent 4e8f2b1 commit e1f91ca

4 files changed

Lines changed: 0 additions & 44 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,4 @@ Examples
3838
Delete all coauthors from the HEAD commit:
3939
4040
git coauthor -d
41-
42-
Installation
43-
44-
Install:
45-
46-
brew install nicholasdower/tap/git-coauthor
47-
48-
Uninstall:
49-
50-
brew uninstall git-coauthor
5141
```

man/git-coauthor.1

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,3 @@ Delete all coauthors from the HEAD commit:
5555
.RS 4
5656
git coauthor -d
5757
.RE
58-
.SH INSTALLATION
59-
Install:
60-
.PP
61-
.RS 4
62-
brew install nicholasdower/tap/git-coauthor
63-
.RE
64-
.PP
65-
Uninstall:
66-
.PP
67-
.RS 4
68-
brew uninstall git-coauthor
69-
.RE

script/manpage.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,4 @@ Delete all coauthors from the HEAD commit:
7272
.RS 4
7373
git coauthor -d
7474
.RE
75-
.SH INSTALLATION
76-
Install:
77-
.PP
78-
.RS 4
79-
brew install nicholasdower/tap/git-coauthor
80-
.RE
81-
.PP
82-
Uninstall:
83-
.PP
84-
.RS 4
85-
brew uninstall git-coauthor
86-
.RE
8775
EOF

src/main.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ Examples
4444
Delete all coauthors from the HEAD commit:
4545
4646
git coauthor -d
47-
48-
Installation
49-
50-
Install:
51-
52-
brew install nicholasdower/tap/git-coauthor
53-
54-
Uninstall:
55-
56-
brew uninstall git-coauthor
5747
";
5848

5949
#[derive(Parser)]

0 commit comments

Comments
 (0)