From 425794361bc52240bb50001becbb5fb6e9ebcf20 Mon Sep 17 00:00:00 2001 From: Timerix Date: Sat, 15 Nov 2025 15:23:13 +0500 Subject: [PATCH] fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 717e4b8..e4a3a33 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ C library with collections, strings, exceptions, io... ``` git clone https://timerix.ddns.net/git/Timerix/tlibc.git ``` -2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild.git). +2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild). 3. Build static library ``` - cd tlibtoml + cd tlibc cbuild build_static_lib_dbg ```