From f5c544be84c7929b4bdc61ca0605ff240113e0ea Mon Sep 17 00:00:00 2001 From: epochryphon Date: Tue, 21 Jul 2026 20:36:23 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ae883d..e1f7790 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A simple logging library implemented in C99 into an existing project and compiled along with it. The library provides 6 function-like macros for logging: +you can also run the makefile with the `make` command to get a statically linkable .a file. + ```c log_trace(const char *fmt, ...); log_debug(const char *fmt, ...); @@ -79,5 +81,5 @@ be used when printing. ## License -This library is free software; you can redistribute it and/or modify it under -the terms of the MIT license. See [LICENSE](LICENSE) for details. +This fork of the library is free software; you can redistribute it and/or modify it under +the terms of the AGPLv3 License.