Edit page GeekiGeeki
[wiki.git] / geeki / update
diff --git a/geeki/update b/geeki/update
deleted file mode 100644 (file)
index 8f167d1..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-== Update procedure ==
-
-If you cloned the repository as suggested by the [[geeki/install]] procedure,
-updating and downgrading becomes quite straightforward:
-
-{{{
-cd wiki
-git pull
-cd data
-git pull
-}}}
-
-To switch to a different version of GeekiGeeki:
-
-{{{
-git checkout {tree-ish}
-}}}
-
-where ##{tree-ish}## could be a tag, a branch name, or a specific commit.