From 6db18f878aac53c192b10e43c7cda2465d5496c8 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 20 May 2021 17:51:04 +0200 Subject: Added description of new include folder. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1af744ef..2dba545c 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ After erasing elements found: Installation ------------ Because it is headers-only, headers can simply be included in your program. The methods are static by default (some inlined). -You may add the project folder to **CPATH** environment variable, to let GCC, Clang, and TinyC locate the headers. +You may add the *include* folder to the **CPATH** environment variable to let GCC, Clang, and TinyC locate the headers. If containers are used across several translation units with common instantiated container types, it is recommended to build as a "library" to minimize the executable size. To enable this mode, specify **-DSTC_HEADER** as a compiler option -- cgit v1.2.3