commit c9f64e4f53e2441403f2bcd1442bae8ae56979d5 parent d4ae23d7adb4f04827db18309fb0232be212ce76 Author: Christoph Lohmann <20h@r-36.net> Date: Sun, 3 Jan 2016 20:44:31 +0100 Be more descriptive about how to change the wiki. Diffstat:
M | suckless.org/wiki.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/suckless.org/wiki.md b/suckless.org/wiki.md @@ -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: