From 6335d06ac17e0d9a9f9fae0f6fb240bf886c20ab Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Fri, 15 Mar 2019 13:07:43 +0000 Subject: [PATCH] first commit --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..def0620 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +## Topic: community + +This repository contains all the material related to the presentation +and the mini-projects on **communities**. + +Please clone the repo using: + +``` + git clone https://mygit.mine.nu/LTCC_2019/community.git +``` + +or alternatively: + +``` + git clone gitea@mygit.mine.nu:LTCC_2019/community.git +``` + +(the latter one needs you to have configured your SSH key). Then +add/remove files as needed, and push your stuff when you are done. + +**N.B.**: You are free to use youw own repository to work on your +mini-project, but in the end ll the material you will use for your +presentations and mini-projects on communities, including references, +code, data sets, etc., must be contained in this repo as well. + +Enjoy