summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 70c1b59..1022446 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,14 @@ git branch -M master
git push -uf origin master
```
+### Get the latest Updates from this template Project
+```
+git checkout template
+git pull
+git checkout master
+git merge template
+```
+
## Used Technologies