We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ebd05 commit 5287de1Copy full SHA for 5287de1
1 file changed
README.md
@@ -71,14 +71,17 @@ For more examples, see the [manual page](mgitstatus.1.md).
71
72
# Installation
73
74
-mgitstatus requires make.
+mgitstatus requires make and pandoc.
75
76
The following steps will install mgitstatus:
77
78
# Clone the repo
79
$ git clone https://github.com/fboender/multi-git-status.git
80
$ cd multi-git-status
81
82
+ # Build manpage
83
+ $ make
84
+
85
# Install globally (all users)
86
$ sudo make install
87
0 commit comments