From 492098be51e852beb51795250460b81ad77dd011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Cs=C3=A1kv=C3=A1ri?= Date: Sun, 6 Mar 2022 09:22:46 +0100 Subject: [PATCH] Update development-guide.md --- development-guide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/development-guide.md b/development-guide.md index ef2e61f..0fac657 100644 --- a/development-guide.md +++ b/development-guide.md @@ -1,9 +1,11 @@ Getting started --------------- -Timeadmin is based on the [Lift web framework](http://liftweb.net/). +Prerequisites: +- Java 8 +- [Simple Build Tool (SBT) version 0.13.18](http://www.scala-sbt.org/). -First, download SBT [Simple Build Tool (SBT) version 0.13.18](http://www.scala-sbt.org/). +Timeadmin is based on the [Lift web framework](http://liftweb.net/). Various build tasks can be issued from the *SBT shell*. To start that, run `sbt` in the project root directory.