Edited wiki page ReleaseProcess through web user interface.
diff --git a/ReleaseProcess.wiki b/ReleaseProcess.wiki
index afa2ae1..e6d9970 100644
--- a/ReleaseProcess.wiki
+++ b/ReleaseProcess.wiki
@@ -1,9 +1,13 @@
 #summary Commands to produce a new release.
 
+This is not a script. It is intended to be performed manually to notice errors and be aware of what is happening.
+
 {{{
 VERSION=0.90
 
 # Tag version.
+cd pre-existing-plexi/
+git checkout origin/master # This is the commit we are going to tag
 git tag -a v$VERSION -m "Version $VERSION"
 git push --tags