From 637c9b5d03cf9dd432e1437590b91fd1d1f515ae Mon Sep 17 00:00:00 2001 From: tomime Date: Sat, 30 Jul 2016 13:02:32 +0000 Subject: [PATCH 1/2] linked more documentation/resources --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8880cb6..f7d28da 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,10 @@ Just `#include ` (also `#include ` 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). +To learn about hammer check +* the [user guide](https://github.com/UpstandingHackers/hammer/wiki/User-guide) +* [Hammer Primer](https://github.com/sergeybratus/HammerPrimer) +* [Try Hammer](https://github.com/sboesen/TryHammer) Examples ======== From eebdf3fdd8075fd58e2cd1aad6279161d3c282bd Mon Sep 17 00:00:00 2001 From: tomime Date: Mon, 1 Aug 2016 12:54:13 +0000 Subject: [PATCH 2/2] added note on outdated hammer primer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d28da..e5728e5 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ If you've installed Hammer system-wide, you can use `pkg-config` in the usual wa To learn about hammer check * the [user guide](https://github.com/UpstandingHackers/hammer/wiki/User-guide) -* [Hammer Primer](https://github.com/sergeybratus/HammerPrimer) +* [Hammer Primer](https://github.com/sergeybratus/HammerPrimer) (outdated in terms of code, but good to get the general thinking) * [Try Hammer](https://github.com/sboesen/TryHammer) Examples