Skip to content

Commit 12d11f7

Browse files
authored
Update README.md
1 parent e865639 commit 12d11f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
Basic memory pool implementation, for reusable memory blocks.
55

6+
#### Installation with [clib](https://github.com/clibs/clib)
7+
8+
```
9+
$ clib install isty001/mem-pool
10+
```
611

712
#### Usage:
813

@@ -35,4 +40,4 @@ If everything is finished, then actually free all the memory allocated:
3540
pool_destroy(pool);
3641
```
3742

38-
For a quick check, run `make test` or `make test-valgrind`
43+
For a quick check, run `make test` or `make test-valgrind`

0 commit comments

Comments
 (0)