diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-12 22:04:30 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-12 22:04:30 +0200 |
commit | ae128d097693da524c4a35d42fdc39b8d8b557dd (patch) | |
tree | 9b34d8116976bfdb55e79cc7bebebd2a87e4e299 /HowToContributeToThisWiki.mdwn | |
parent | f84936f1914a2df19d2251cb6f8ed94e91390c5b (diff) | |
download | web-ae128d097693da524c4a35d42fdc39b8d8b557dd.tar.gz web-ae128d097693da524c4a35d42fdc39b8d8b557dd.tar.bz2 web-ae128d097693da524c4a35d42fdc39b8d8b557dd.zip |
Groups the items on the sidebar nicely and make `NextHurd' a top-level item.
Diffstat (limited to 'HowToContributeToThisWiki.mdwn')
-rw-r--r-- | HowToContributeToThisWiki.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/HowToContributeToThisWiki.mdwn b/HowToContributeToThisWiki.mdwn index 7245aa8d..f459c67b 100644 --- a/HowToContributeToThisWiki.mdwn +++ b/HowToContributeToThisWiki.mdwn @@ -76,10 +76,10 @@ hold of the latest changes others have been installing in the mean time. But now: work on these files. $ cd wiki/ - $ emacs Hurd/NextHurd.mdwn + $ emacs NextHurd.mdwn $ # Check what you've done. - $ git diff Hurd/NextHurd.mdwn - $ git commit Hurd/NextHurd.mdwn + $ git diff NextHurd.mdwn + $ git commit NextHurd.mdwn [...] $ # Add a new file. $ emacs Hurd/DesignGoals.mdwn |