From 9679bd7bfbe2898baf98d847ef0f97d508966593 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 23 Oct 2023 16:39:23 -0500 Subject: [PATCH] update readme.org --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index d611826..366b71c 100644 --- a/README.org +++ b/README.org @@ -28,12 +28,12 @@ cd lumina Then build. #+BEGIN_SRC -cmake -B build/ . && make --dir build/ +just build #+END_SRC Then run. #+BEGIN_SRC -./build/bin/lumina +./bld/bin/lumina #+END_SRC ** Nix