Skip to content

Commit

Permalink
final formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Feb 21, 2024
1 parent e0de22f commit ec66b45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ as [Windows](https://www.microsoft.com/en-us/windows).
## Pre-requisites

- [CMake](https://cmake.org/)
- C++17 compliant compiler, e.g.,
- pp+17 compliant compiler, e.g.,
[gcc](https://gcc.gnu.org/),
[clang](https://clang.llvm.org),
[MSVC](https://visualstudio.microsoft.com/vs/)
Expand Down Expand Up @@ -102,15 +102,15 @@ in `C:\Program Files (x86)\staq` on Windows systems. The paths may differ on
your system. To use **staq**'s source code, precede all include paths by `staq`
in your own code, i.e.,

```c++
```cpp
#include <staq/qasmtools/parser/parser.hpp>
```

Third party header-only libraries used internally by **staq** need to be
preceded by `third_party` when including their corresponding header file(s),
i.e.,

```c++
```cpp
#include <staq/third_party/CLI/CLI.hpp>
```

Expand Down

0 comments on commit ec66b45

Please sign in to comment.