Skip to content

Commit 8d60c1c

Browse files
committed
Document pandoc dependency and building the manpage
1 parent 5882fe7 commit 8d60c1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,17 @@ For more examples, see the [manual page](mgitstatus.1.md).
7474

7575
# Installation
7676

77-
mgitstatus requires make.
77+
mgitstatus requires make and pandoc.
7878

7979
The following steps will install mgitstatus:
8080

8181
# Clone the repo
8282
$ git clone https://github.com/fboender/multi-git-status.git
8383
$ cd multi-git-status
8484

85+
# Build manpage
86+
$ make
87+
8588
# Install globally (all users)
8689
$ sudo make install
8790

0 commit comments

Comments
 (0)