commit c9f64e4f53e2441403f2bcd1442bae8ae56979d5
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Sun Jan 3 20:44:31 2016 +0100
Be more descriptive about how to change the wiki.
diff --git a/suckless.org/wiki.md b/suckless.org/wiki.md
index 9b854ba..7d173c1 100644
--- a/suckless.org/wiki.md
+++ b/suckless.org/wiki.md
_AT_@ -9,6 +9,20 @@ or
git clone
http://git.suckless.org/sites
+Then edit the wiki as you like. The markdown interpreter that is currently
+used on the suckless.org werc instance is
+[discount 2.1.3](
http://www.pell.portland.or.us/~orc/Code/discount/).
+
+For adding new files, after you created them, use:
+
+ git add $filename
+
+When you are finished, commit your changes with:
+
+ git commit -a
+
+There you enter some meaningful commit message and end the editor.
+
To push your changes to the queue for the review by the suckless moderators,
use:
Received on Sun Jan 03 2016 - 20:44:56 CET