From 0d3c5c4e852958a774dca82af8f28c61e996f6b7 Mon Sep 17 00:00:00 2001 From: Stevan Andjelkovic Date: Fri, 5 Mar 2021 15:34:22 +0100 Subject: [PATCH] readme: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e593802..32784f82 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ simple distributed register example: 3. Issue `nix-shell` to get into an environment where all development tools are available; 4. `bazel build //...` to compile all components; -5. Exit the `nix-shell` with `exit` or `Ctrl-C`; +5. Exit the `nix-shell` with `exit` or `Ctrl-d`; 6. Run `nix-env -if default.nix` to package up and install all binaries that `bazel` just built; 7. Prepare the database with `detsys db up`;