Skip to content

Commit

Permalink
Adding few lines under the showcase section.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadrino committed Aug 25, 2020
1 parent 6f396d2 commit 4b43174
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,20 @@ A cmake example file is shipped within this repository.

## Showcase

Here is a screenshot of first output lines you get while running the example.

![](screenshots/example_showcase.png)

If you want to see all the features embedded in the example, feel free to build the example:

```bash
git clone https://github.com/nadrino/simple-cpp-logger.git
mkdir simple-cpp-logger/build
cd simple-cpp-logger/build
cmake ../
make
./LoggerExample
```

## Requirements

Expand Down

0 comments on commit 4b43174

Please sign in to comment.