From ed076b809e71a33a632178cbcfdca0f19161f497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 13 Apr 2020 23:02:50 +0200 Subject: [PATCH] chore: update getting-started guide --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index f2b7063da2..390e1ac0ac 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -5,7 +5,7 @@ title: Getting Started ## Requirements -You will need Node.js >= 8.0.0 and a **PostgreSQL** 9.5+ database instance to be able to run Unleash. +You will need **Node.js** >= 12 and a **PostgreSQL** >= 10 database instance to be able to run Unleash. When starting Unleash you must specify a database URI (can be set as environment variable DATABASE_URL) which includes a username and password, that have rights to migrate the database.