aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1495e8af..e1d370c5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -16,13 +16,12 @@ from `nvim` to run.
It **must** be run from the .git/project root. This could be modified to try to
find the .git root with one of our `util.*` functions potentially.
-You can run
-`nvim -u NONE +'set rtp+=$PWD' +"luafile scripts/docgen.lua" +q`
-from the project root. This ensures that it doesn't pick up another
-copy of `nvim_lsp` on your system.
+You can run `scripts/docgen.sh` from the project root. This ensures that it
+doesn't pick up another copy of `nvim_lsp` on your system.
-This generates a suffix for README.md
+This generates README.md
+**DO NOT MODIFY `README.md` DIRECTLY**
# skeleton