aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-09-13 10:55:37 -0400
committerTest_User <hax@andrewyu.org>2024-09-13 10:55:37 -0400
commitc2a79672506f1f4247d9013d06ef49c69a4fbf6c (patch)
tree5dc22adbfa8b8c53b8c3dde209d3cfa14e56a809 /README.md
parent131bad4960c158b32c5a24d4a5c1ffc17db37593 (diff)
downloadhaxircd-c2a79672506f1f4247d9013d06ef49c69a4fbf6c.tar.gz
haxircd-c2a79672506f1f4247d9013d06ef49c69a4fbf6c.zip
Tell where to find hax_string and hax_table
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index dc6f5bf..1f10931 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@
* Reasonably modern UNIX-like system with support for POSIX threads.
We haven't tested on non-Linux systems yet.
* If you want TLS support, GnuTLS, OpenSSL, or LibreSSL.
+* [hax_string](https://git.andrewyu.org/hax/hax_string.git)
+* [hax_table](https://git.andrewyu.org/hax/hax_table.git)
## Why