From ba3dcee93fbd2713395c820f752de8ea4ab2c0a0 Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 5 Dec 2016 10:44:19 +0000 Subject: [PATCH] Added tips on how to install Go and MySQL / MariaDB. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3b8fb54..cd5df112 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,11 @@ Custom Pages # Dependencies -Go. The programming language this program is written in, and the compiler which it requires. You will need to install this. +Go. The programming language this program is written in, and the compiler which it requires. You will need to install this. https://golang.org/doc/install MySQL Database. You will need to setup a MySQL Database somewhere. A MariaDB Database works equally well, and is much faster than MySQL. +If you're curious about how to install this, you might want to try the WNMP or XAMPP bundles on Windows. +Instructions on how to do so on Linux: https://downloads.mariadb.org/mariadb/repositories/ # Installation Instructions