Skip to content

Commit

Permalink
Add cd command when building from source (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Jun 6, 2024
1 parent f41143a commit 39bd7ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 <prefix> \
Expand Down

0 comments on commit 39bd7ea

Please sign in to comment.