Skip to content

Commit 95cb297

Browse files
committed
Merge branch 'es/tutorial-mention-asciidoc-early' into seen
* es/tutorial-mention-asciidoc-early: MyFirstContribution: clarify asciidoc dependency
2 parents 2500d6e + f5bcde6 commit 95cb297

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/MyFirstContribution.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,9 @@ documentation is consistent with other Git and UNIX manpages; this makes life
507507
easier for your user, who can skip to the section they know contains the
508508
information they need.
509509

510+
NOTE: Before trying to build the docs, make sure you have the package `asciidoc`
511+
installed.
512+
510513
Now that you've written your manpage, you'll need to build it explicitly. We
511514
convert your AsciiDoc to troff which is man-readable like so:
512515

@@ -522,8 +525,6 @@ $ make -C Documentation/ git-psuh.1
522525
$ man Documentation/git-psuh.1
523526
----
524527

525-
NOTE: You may need to install the package `asciidoc` to get this to work.
526-
527528
While this isn't as satisfying as running through `git help`, you can at least
528529
check that your help page looks right.
529530

0 commit comments

Comments
 (0)