From 37986c7be148890a4ca5515f56bddfc4fb7bfddb Mon Sep 17 00:00:00 2001 From: The Phantom Derpstorm Date: Mon, 21 Mar 2016 12:26:07 -0400 Subject: [PATCH] Updated readme to make it apparent where to go to get stuff. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f860fda7..69bbb582 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Sol is a C++ library binding to Lua. It currently supports all Lua versions 5.1+ (LuaJIT 2.x included). Sol aims to be easy to use and easy to add to a project. The library is header-only for easy integration with projects. +## Documentation + +Find it [here](http://sol2.rtfd.org/). A run-through kind of tutorial is in the works: check back soon! The API documentation goes over most cases (particularly, the "api/usertype" and "api/proxy" and "api/function" sections) that should still get you off your feet and going, and there's an examples directory [here](https://github.com/ThePhD/sol2/tree/develop/examples) as well. + ## Sneak Peek ```cpp