From 3a0d011bae498c3576cab7205f18c0bc3728c92a Mon Sep 17 00:00:00 2001 From: Juuxel Date: Sun, 4 Aug 2019 19:06:27 +0300 Subject: Add wiki link to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afb2a74..f94e14b 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,6 @@ Minecraft GUIs without spending forever painstakingly aligning things to the background image. Instead, LibGui takes a logical description of your GUI, and draws it on-the-fly like any modern GUI system. Controls can be hung on an itemslot grid or offset from it. Panel styles, colors, -and opacity can be customized, and everything can be extended. \ No newline at end of file +and opacity can be customized, and everything can be extended. + +> See the [Cotton wiki](https://cottonmc.github.io/Wiki/getting_started/SetupDeveloper.html) for getting started with LibGui. -- cgit