Skip to content

Commit 5287de1

Browse files
committed
Document pandoc dependency and building the manpage
1 parent d1ebd05 commit 5287de1

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
@@ -71,14 +71,17 @@ For more examples, see the [manual page](mgitstatus.1.md).
7171

7272
# Installation
7373

74-
mgitstatus requires make.
74+
mgitstatus requires make and pandoc.
7575

7676
The following steps will install mgitstatus:
7777

7878
# Clone the repo
7979
$ git clone https://github.com/fboender/multi-git-status.git
8080
$ cd multi-git-status
8181

82+
# Build manpage
83+
$ make
84+
8285
# Install globally (all users)
8386
$ sudo make install
8487

0 commit comments

Comments
 (0)