Skip to content

Commit 8500f4a

Browse files
Update doc on applying patches.
1 parent 0a54317 commit 8500f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Additional options are added by this extension:
2929
a unified diff patch file that converts incompatible cross-references to the standard
3030
dot-prefix form. The patch file is overwritten on each build. If no incompatibilities are
3131
found, any existing patch file is removed. The generated patch can be applied with
32-
`git apply` or `patch -p1`.
32+
`git apply <patch-file>` or `patch -p1 -i <patch-file>`.
3333

3434
!!! Example "mkdocs.yml plugins specifications using this handler"
3535

0 commit comments

Comments
 (0)