shithub: libtags

Download patch

ref: ac70a98c87cfa0ad9d8a2684fa88f4d449093188
parent: a117a8cc378b997fa444020261c16f4c22245ce6
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed Dec 18 20:19:53 EST 2019

readme: forgot the -I.

--- a/README.md
+++ b/README.md
@@ -38,4 +38,4 @@
 Just compile it to an archive (`.a`) and link to your program. Use it in your code
 by including `tags.h`, that's the API. Documentation is in the header.
 
-See `examples/readtags.c`. You can compile it on Linux like so: `gcc examples/readtags.c *.c -o readtags`.
+See `examples/readtags.c`. You can compile it on Linux like so: `gcc examples/readtags.c *.c -I. -o readtags`.