Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Gheorghiu <vsoftco@gmail.com>
  • Loading branch information
vsoftco committed Aug 30, 2024
1 parent 028ed5e commit 9244305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To build the
[examples](https://github.com/softwareQinc/qpp/tree/main/examples), execute

```shell
cmake --build build --target=examples --parallel 8
cmake --build build --target examples --parallel 8
```

The above command builds all examples as executables in `./build`. The
Expand All @@ -76,7 +76,7 @@ ctest --test-dir build
To build **only** a specific target, execute, e.g.,

```shell
cmake --build build --target=bb84
cmake --build build --target bb84
```

The command above builds only the example
Expand Down

0 comments on commit 9244305

Please sign in to comment.