diff --git a/templates/challenge-how-to.hamlet b/templates/challenge-how-to.hamlet index f8ae2ea..8dcbb07 100644 --- a/templates/challenge-how-to.hamlet +++ b/templates/challenge-how-to.hamlet @@ -2,7 +2,12 @@

Install GEval -

In order to evaluate your work locally, you need the GEval tool. First install Haskell Stack and then install GEval itselt: +

In order to evaluate your work locally, you need the GEval tool. First, install Haskell Stack: + +

+  curl -sSL https://get.haskellstack.org/ | sh
+
+

and then install GEval itself:

   git clone git://gonito.net/geval
@@ -10,6 +15,8 @@
   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.) +

Get your repo

You need to upload your SSH public key (see your account) if you want to have a repo hosted on Gonito.net, then: @@ -20,6 +27,8 @@ git pull ssh://gitolite@gonito.net/#{challengeName challenge} git push origin master +

(Alternatively, you can use any other Git repo, e.g. GitHub, make sure Gonito.net has access to your repo.) +

Work on your solution

You need to generate your solution for the test set as test-A/out.tsv. You may also generate the solution for the dev set (dev-0/out.tsv).