Skip to content

Commit

Permalink
Add fenced code md language
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdymercury authored Dec 10, 2024
1 parent 6481025 commit 6f543bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/chapters/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,18 +283,18 @@ If you are not worried about latest features or recent bug fixes, you can
install a stable version of CLI11 using:

`sudo apt install libcli11-dev` for Ubuntu, or: `sudo dnf install cli11-devel`
on Fedora.
on Fedora/Almalinux.

Then, in your CMake project, just call:

```
```cmake
find_package(CLI11 CONFIG REQUIRED)
target_link_libraries(MyTarget PRIVATE CLI11::CLI11)
```

and in your C++ file:

```
```cpp
#include "CLI/App.hpp"
#include "CLI/Formatter.hpp"
#include "CLI/Config.hpp"
Expand Down

0 comments on commit 6f543bd

Please sign in to comment.