From 9e680badecb2281c50112e342d6b27168de7b8aa Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 19 Oct 2023 15:27:54 -0400 Subject: [PATCH] doc: README extensions --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9bc7e7aa..18c7c984 100644 --- a/README.md +++ b/README.md @@ -43,17 +43,17 @@ $ make $ make install ``` -alternatively, if you're a nix user: -``` -$ git clone git@github.com:rconybea/indentlog-nix.git -$ ls -d indentlog-nix -indentlog-nix -$ cd indentlog-nix -$ nix-build -``` - For some more detail see [BUILD.md](BUILD.md) +### LSP support + +lsp will look for `compile_commands.json` in the root of the source tree; cmake creates it in build directory + +``` +$ cd xo-indentlog +$ ln -s build/compile_commands.json +``` + ## Examples ### 1