diff --git a/README.md b/README.md index 54a1238..9ea99fb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ https://user-images.githubusercontent.com/8081722/192353380-5c417134-1cf5-4f60-9 Mini compile commands can be used to generate a `compile_commands.json` for the linux kernel: ``` -nix-shell -E "with (import {}); let mini-compile-commands = callPackage {}; in linux.override { stdenv = (mini-compile-commands.wrap stdenv); }" +nix-shell -E 'with (import {}); let mini-compile-commands = callPackage {}; in linux.override { stdenv = (mini-compile-commands.wrap stdenv); }' ``` As demonstrated in the above video, create two shells. In one, run `mini_compile_commands_server.py compile_commands.json` and in the other, run your build command.