diff --git a/README.md b/README.md index 197a6b1..273d3c5 100644 --- a/README.md +++ b/README.md @@ -66,17 +66,6 @@ Add this token as `PRIVATE_API_TOKEN` to the [secret variables](https://docs.git Then generate an SSH deploy key and add the private part as `SSH_PRIVATE_KEY` to the secret variables. The key will be used by the CI script to fetch from the student projects. -Set up the the student projects using - -``` -$ abgabesystem projects -c -d -s - -``` - -Here deploy_key is the *PUBLIC* part of the deploy key. -This creates one project per student, that each is forked from a project where your example solutions will be stored (`/solutions/solutions`). -Check that `/solutions/` a contains project for each student. - At last, you can add everyone with permission to view all student solutions to the group of the course. ## Checking student solutions