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