aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2021-08-21 18:26:33 -0700
committerGitHub <noreply@github.com>2021-08-21 18:26:33 -0700
commit8331cd13c45fb75bff0cec328ccba79b3ae61fa5 (patch)
tree84a5a9adbdce62c6c82711e6a603b486f2e69be0 /README.md
parenta90513c24bd8f789fba980509a4bdd1d7fc890ec (diff)
downloadrneovim-8331cd13c45fb75bff0cec328ccba79b3ae61fa5.tar.gz
rneovim-8331cd13c45fb75bff0cec328ccba79b3ae61fa5.tar.bz2
rneovim-8331cd13c45fb75bff0cec328ccba79b3ae61fa5.zip
docs #15447
- update ":help 'hidden'" #15410 - update ":help K" #15398 - try to capture some of the debug steps from #12036 (bpftrace, USDT probes)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac56e3ba00..44b8a539d0 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ To install to a non-default location:
make CMAKE_INSTALL_PREFIX=/full/path/
make install
-To inspect the build, these CMake features are useful:
+CMake hints for inspecting the build:
- `cmake --build build --target help` lists all build targets.
- `build/CMakeCache.txt` (or `cmake -LAH build/`) contains the resolved values of all CMake variables.