Skip to content

Commit

Permalink
Add docs generation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
azhuchkov committed Jan 12, 2024
1 parent 712b3df commit 51d8edf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Hacking

## Generate user manual for wiki in GHM format

`$ pandoc --from=man --to=gfm < doc/man1/tunblkctl.1 | sed 's/^# /## /' | pbcopy`

0 comments on commit 51d8edf

Please sign in to comment.