Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kala13x committed Aug 23, 2023
1 parent cd641dd commit 6f312f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ SLog is cross platform and thread safe logging library for C/C++ with possibilit

### Installation
Installation is possible with `Makefile`.
```
```bash
git clone https://github.com/kala13x/slog.git
cd slog
make
sudo make install
```

CMakeLists.txt file is also included in the project.
```
```bash
git clone https://github.com/kala13x/slog.git
cd slog
mkdir build && cd build
Expand Down

0 comments on commit 6f312f7

Please sign in to comment.