From 4ffd54e51baeb56a65ff131e8fa4e4622b530942 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Tue, 10 Nov 2020 21:45:33 +0100 Subject: [PATCH] Assignment 1: Add submission instructions --- assignment1/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assignment1/README.md b/assignment1/README.md index f24e62b..0df6a76 100644 --- a/assignment1/README.md +++ b/assignment1/README.md @@ -199,4 +199,11 @@ You are encouraged to set up some more test cases for your implementation. ## Submission -TBD +Assuming you are using Git to manage your code, please use the `git archive` command to package your project. +Use the following command, replacing `firstname`, `lastname` accordingly (all lowercase). + + git archive --prefix=lastname_firstname_assignemnt_1/ --format=zip HEAD > lastname_firstname_assignemnt_1.zip + +Verify that the packaged version is working and send it using the following link: + +📧 [send email](mailto:alexander.hirsch@uibk.ac.at?subject=703807%20-%20Assignment%201)