From 011efe8cfbecb950c5d31af1e6709670e6ddfc25 Mon Sep 17 00:00:00 2001 From: Steven Dee <steve@smartercode.net> Date: Sun, 30 Nov 2014 19:23:29 -0500 Subject: [PATCH] Mention user guide in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14f9b089..8880cb62 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ Just `#include <hammer/hammer.h>` (also `#include <hammer/glue.h>` if you plan t If you've installed Hammer system-wide, you can use `pkg-config` in the usual way. +For documentation, see the [user guide](https://github.com/UpstandingHackers/hammer/wiki/User-guide). + Examples ======== The `examples/` directory contains some simple examples, currently including: -- GitLab