Commit 6f805e0
authored
docs: how to build user docs locally #61
Problem:
It is not crystal clear how to run user documentation HTML files
locally right after checking out this repository.
Solution:
- Add more examples on how to run the user-docu.sh script locally.
- Show error messages if a mandatory variable (`NEOVIM_DIR`) is not set.
Without `$NEOVIM_DIR`, the script will fail anyway because it would
behave like running `make` after cd-ing to `$HOME`.1 parent d8ec168 commit 6f805e0
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments