diff options
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 |