diff options
author | 2023-03-01 16:13:26 +0100 | |
---|---|---|
committer | 2023-03-01 16:13:26 +0100 | |
commit | 09c17437ab53204757b1b71e1815c7d9b47daa1a (patch) | |
tree | 56efd4a3ef67a53fd6d0a4372684f9f47e2d8c3e | |
parent | 8d81ffef00f5cf2c267fb855715b76cdf004bc52 (diff) | |
download | string2-09c17437ab53204757b1b71e1815c7d9b47daa1a.tar.gz string2-09c17437ab53204757b1b71e1815c7d9b47daa1a.zip |
Edit README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1 +1,10 @@ Just an include file. +``` +# make install +``` +and include `string2.h` like this: + +``` +#include <string2.h> +``` +If you don't want to install string2, just copy string2.h in your project. |