diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-23 10:53:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-23 10:53:49 +0200 |
commit | 29aaf0b271ed89f0b18191c63a7ac5d7c8bc5ac3 (patch) | |
tree | c5f8a2f7b2b95f1e3dd0574ae5171c66b9396d91 | |
parent | 378123bdb779159a3402ebda87b0a641cd6a4979 (diff) |
Adjust intro to use new config.cc.compiledb shortcut
-rw-r--r-- | doc/intro.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.cli b/doc/intro.cli index e1333fa..ed1b655 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -362,7 +362,7 @@ the above \c{init} command to read: \ $ bdep init -C ../hello-gcc @gcc cc config.cxx=g++ -- \ - config.cc.compiledb=hello@./compile_commands.json + config.cc.compiledb=./ \ Once you build this project for the first time (see below), you will find the |