aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-03-01 16:13:26 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-03-01 16:13:26 +0100
commit09c17437ab53204757b1b71e1815c7d9b47daa1a (patch)
tree56efd4a3ef67a53fd6d0a4372684f9f47e2d8c3e
parent8d81ffef00f5cf2c267fb855715b76cdf004bc52 (diff)
downloadstring2-09c17437ab53204757b1b71e1815c7d9b47daa1a.tar.gz
string2-09c17437ab53204757b1b71e1815c7d9b47daa1a.zip
Edit README.md
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 976efad..b93687d 100644
--- a/README.md
+++ b/README.md
@@ -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.