From 39bd7eaa2bfcd9ef135e609f52fbd91981738a69 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 6 Jun 2024 10:54:48 -0400 Subject: [PATCH] Add `cd` command when building from source (#59) Signed-off-by: Juan Cruz Viotti --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 7dcfdaf1..7442ca9c 100644 --- a/README.markdown +++ b/README.markdown @@ -76,6 +76,7 @@ latest pre-built binaries, which you can run as follows: ```sh git clone https://github.com/intelligence-ai/jsonschema +cd jsonschema cmake -S . -B ./build -DCMAKE_BUILD_TYPE:STRING=Release cmake --build ./build --config Release --parallel 4 cmake --install ./build --prefix \