diff --git a/README.md b/README.md
index 2c402e7fee5e29ce3c63c29c84c69e4a62743134..926a076abceb07a3566e7e7aa76bbd816ca3a685 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'
+```