Skip to content

Commit

Permalink
readme: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-stevan-andjelkovic committed Mar 5, 2021
1 parent 601035a commit 0d3c5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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`;

0 comments on commit 0d3c5c4

Please sign in to comment.