Skip to content

Commit 9430c7e

Browse files
authored
Update README.md
1 parent 3cdb34d commit 9430c7e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# Logger
2-
Simple stream-based logger.
2+
Simple stream-based logger.
3+
4+
## Building from Source
5+
Make sure CMake is installed and run the following commands:
6+
```
7+
cmake -B ./build -S ./
8+
cmake --build ./build
9+
```

0 commit comments

Comments
 (0)