From d1985854c862477618cbc8b12afb901079f233d3 Mon Sep 17 00:00:00 2001 From: dosse91 Date: Tue, 7 Nov 2017 06:48:54 +0100 Subject: [PATCH] Updated doc.md --- doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.md b/doc.md index 367c7c5..b2b8b23 100644 --- a/doc.md +++ b/doc.md @@ -312,7 +312,7 @@ To set up the telemetry, we need to do 4 things: * enable telemetry ### Creating the database -This step is only for MySQL. Skip this if you want to use SQLite. +This step is only for MySQL and PostgreSQL. Skip this if you want to use SQLite. Log into your database using phpMyAdmin or a similar software and import `telemetry.sql` into an empty database. If you see a table called `speedtest_users`, empty, you did it right.