comparison src/en/index.html @ 37:262ceb0b9d54

FIX Quick Start: Added cd to project dir.
author Arne Babenhauserheide <bab@draketo.de>
date Mon, 16 Feb 2009 11:11:12 +0100
parents 79a02969cea0
children c7aa632a073e
comparison
equal deleted inserted replaced
36:dc89dc4ee20c 37:262ceb0b9d54
86 86
87 </pre> 87 </pre>
88 88
89 <p><em>Create a project and commit</em></p> 89 <p><em>Create a project and commit</em></p>
90 90
91 <pre>$ hg init (project-directory) 91 <pre>$ hg init (project)
92 $ cd (project)
92 $ (add some files) 93 $ (add some files)
93 $ hg add 94 $ hg add
94 $ hg commit -m 'Initial commit' 95 $ hg commit -m 'Initial commit'
95 96
96 </pre> 97 </pre>