Added tips on how to install Go and MySQL / MariaDB.

This commit is contained in:
Azareal 2016-12-05 10:44:19 +00:00
parent 86817ae966
commit ba3dcee93f
1 changed files with 3 additions and 1 deletions

View File

@ -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