Skip to content

Commit 0023202

Browse files
committed
Add --output-tags-json to README instructions to match CI
1 parent 89fd289 commit 0023202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Source the venv:
3636
Then run the script (make sure to substitute `$macvim_dir` with the directory that you have MacVim cloned to):
3737

3838
```
39-
scripts/h2h.py -i $macvim_dir/runtime/doc -o ../build --project macvim --web-version
39+
scripts/h2h.py -i $macvim_dir/runtime/doc -o ../build --project macvim --web-version --output-tags-json
4040
```
4141

4242
You can then run a simple web server in the build folder and browser to it. E.g. Use Python to server a server (it will be available at http://localhost:8000):

0 commit comments

Comments
 (0)