From 27cd1e07ed4117505b29ce4629bf30d2acb1ceca Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 27 Mar 2019 11:11:52 +0100 Subject: doc [ci skip] - README.md: Removed waffle.io because that service is shutting down. --- scripts/gen_help_html.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/gen_help_html.py') diff --git a/scripts/gen_help_html.py b/scripts/gen_help_html.py index f3dd19abb6..dbdeb3c162 100644 --- a/scripts/gen_help_html.py +++ b/scripts/gen_help_html.py @@ -1,5 +1,10 @@ # Converts Vim/Nvim documentation to HTML. # +# USAGE: +# 1. python3 scripts/gen_help_html.py runtime/doc/ ~/neovim.github.io/t/ +# 3. cd ~/neovim.github.io/ && jekyll serve --host 0.0.0.0 +# 2. Visit http://localhost:4000/t/help.txt.html +# # Adapted from https://github.com/c4rlo/vimhelp/ # License: MIT # -- cgit