From d949726a6ece15264e53e030d14ac16c326cf513 Mon Sep 17 00:00:00 2001 From: Tobias Pflug Date: Fri, 1 May 2020 23:57:22 +0200 Subject: [PATCH] Update README.md Co-authored-by: Graham Christensen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ea83f7a..f216491a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ You can use the provided shell.nix to get a working development environment: ``` $ nix-shell $ ./bootstrap -$ configurePhase # NOTE: note ./configure +$ configurePhase # NOTE: not ./configure $ make ```