From ab1289ec7cbea25b92434736821892b07e4b0f65 Mon Sep 17 00:00:00 2001 From: V-X Date: Tue, 8 Oct 2019 09:30:12 -0500 Subject: [PATCH] Add getting started guide --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b3c2ab2..55b59be 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ func add(a float64, b float64) float64 { ## Q: *How do I get rid of the Console window on Windows?* - Add `-ldflags -H=windowsgui` to either your `go build` or `go run` to get rid of the window. +## Q: *How do I setup Ultralight?* +- See our [getting started guide](https://github.com/ImVexed/muon/blob/master/getting-started.md) + # Licensing While muon itself is MIT licensed, [Ultralight](https://ultralig.ht/) is not. ```