diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1 +1,9 @@ -# notes
\ No newline at end of file +# notes + +Personal collection of notes. + +Vim `:helptags` can be generated by running: +``` +vim +'helptags .' +q +``` + |