diff --git a/templates/challenge-how-to.hamlet b/templates/challenge-how-to.hamlet index 0bd6bbb..e421da8 100644 --- a/templates/challenge-how-to.hamlet +++ b/templates/challenge-how-to.hamlet @@ -1,6 +1,6 @@
In order to evaluate your work locally, you need the GEval tool. First, install Haskell Stack: @@ -15,7 +15,12 @@ stack setup stack install -
(GEval will make your life easier, but is not obligatory, so if you have any trouble with installing GEval, you can skip this step, for the time being.) +
Haskell Stack requires some time when run for the first time, also it takes a couple of gigabytes of hard disk space. If this is a problem for you, another option is to just download the GEval binary (it should work on most 64-bit Linuxes): + +
+ wget http://filipg-jenkins.wmi.amu.edu.pl:8090/job/geval/lastSuccessfulBuild/artifact/geval/geval + +(GEval will make your life easier, but is not obligatory, so if you have any trouble with installing/running GEval, you can skip this step, for the time being.)
Get your repo