Edit page GeekiGeeki
[wiki.git] / GeekiGeeki
index 47cb3117ef1c1cd391ed9f8451b60040f59bbc7e..f7b6e232772429a1f295b6ff1ea4643f1a3066bc 100644 (file)
@@ -3,7 +3,7 @@
 ==== What is Geeki Geeki? ====
 
 GeekiGeeki is yet another fork of PikiWiki.  Its most important feature is of course the GuruMeditation alerts :-).
-It can also use [[http://git.or.cz/ | git]] or any other SCM as a versioning backend.
+It can also use [[http://git.or.cz/ | git]] or any other SCM of your choice as a versioning backend.
 
 Check the EditingTips to get an idea the supported wiki syntax.
 
@@ -39,6 +39,20 @@ The easiest way is:
  * customize the wiki through geekigeeki.conf.py
  * reload Apache
 
+==== Update procedure ====
+
+If you cloned the repository as suggested, updating and downgrading is easy:
+
+{{{
+git-pull
+}}}
+
+to switch to a different version of GeekiGeeki:
+
+{{{
+git-checkout <tag>
+}}}
+
 ==== Contributing ====
 
 Please send your patches!  See the GeekiGeekiToDo list for ideas.