From 63092ef9d80fed2ab3775422da18051d844a5148 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Sat, 28 Oct 2017 22:37:11 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 95972ae..bd3a97c 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ On Windows, build binary in MSYS2 shell. go get -v -u github.com/gen2brain/raylib-go/raylib +### Documentation + +Documentation on [GoDoc](https://godoc.org/github.com/gen2brain/raylib-go/raylib). Also check raylib [cheatsheet](http://www.raylib.com/cheatsheet/cheatsheet.html) + ### Example ```go