From a2c0bb3cdaffefa5c5df8a92f6ffa58d5262fb3e Mon Sep 17 00:00:00 2001
From: Aaron Spring <aaron.spring@mpimet.mpg.de>
Date: Tue, 25 May 2021 22:37:51 +0000
Subject: [PATCH] Update README.md

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 88c6c5b..1be5e9b 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ a `Dockerfile`.
 ## Join the challenge
 
 ### 1. The simplest way to join the S2S AI Challenge is forking this renku project.
-Ensure you fork the gitlab repository through the renkulab.io page.
+Ensure you fork the renku project and the underlying gitlab repository through the renkulab.io page.
 
 Fork this template renku project from https://renkulab.io/projects/aaron.spring/s2s-ai-challenge-template/settings.
 
@@ -43,11 +43,13 @@ Under "Settings" - "General" - "Visibility" you can set your project private.
 
 Now other people cannot steal your idea/code.
 
-Now please modify the README in your fork with team details and a
+Please modify the `README` in your fork with your team's details and a
 description of your method.
 
+Please use different branches if you try out different methods. The scorer finds branches from all branches.
+
 ### 4. Add the `scorer` user to your repo with Reporter permissions
-The scorer is not yet ready, but will follow this [verification notebook](https://renkulab.io/gitlab/aaron.spring/s2s-ai-competition-bootstrap/-/blob/master/notebooks/verification_RPSS.ipynb). The scorer's username on gitlab is `s2saichallengescorer`. You should add it to your project with `Reporter` permissions. The scorer will only ever clone your repository and evaluate your submission. It will never make any changes to your code.
+The scorer follows the code shown in the [verification notebook](https://renkulab.io/gitlab/aaron.spring/s2s-ai-challenge-template/-/blob/master/notebooks/verification_RPSS.ipynb). The scorer's username on gitlab is `s2saichallengescorer`. You should add it to your project with `Reporter` permissions. Under "Members" - "Invite Members" - "GitLab member or Email address", add `s2saichallengescorer`. The scorer will only ever clone your repository and evaluate your submission. It will never make any changes to your code.
 
 ## Contribute
 
-- 
GitLab