From 77e4f38416c954fb0b11699487e263aca0bf8009 Mon Sep 17 00:00:00 2001 From: Timerix Date: Thu, 27 Nov 2025 01:38:50 +0500 Subject: [PATCH] updated README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 530dbf4..faf8408 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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) version specified in `project.config`. +2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild/releases). + Select latest version compatible with the one in `project.config`. + Example: For `2.3.0` download latest `2.3.x`. + 3. Build static library ```