From 49b3c6ccaa04c26e4435b01b13489f567b57c2f9 Mon Sep 17 00:00:00 2001
From: cmangler <clemens.mangler@univie.ac.at>
Date: Wed, 22 Jun 2022 16:28:21 +0200
Subject: [PATCH] added tag info

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 2c402e7..926a076 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
 # HelloWorld
 
 This is a test. We need to figure out how to nicely publish code on phaidra
+
+## Tag
+
+We add a tag
+```command
+git tag -a v0.1 -m 'version 0.1'
+```
-- 
GitLab