feat(http-delete-mutex): adjust readme

This commit is contained in:
dancingCycle 2023-04-05 16:33:48 +02:00
parent ba1caa9825
commit 30bc606230
1 changed files with 5 additions and 3 deletions

View File

@ -1,21 +1,23 @@
# rgncycle-libulfius
## general
libulfius API for rgncycle
* build
```
make
```
* run
```
./main
```
* run Valgrind tool `Memcheck`
```
valgrind --leak-check=yes -s ./main
```
## links
* [mutex in c](https://www.delftstack.com/howto/c/mutex-in-c/)