README: cleanup initial instructions

The `git init` command can create the directory, and HEAD doesn't need
to be specified in `git checkout` (it's the default).

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras
2023-03-01 18:17:05 -06:00
parent 4edea927fb
commit 88defe7fd1

View File

@@ -43,11 +43,10 @@ Usage
Using hg-fast-export is quite simple for a mercurial repository <repo>:
```
mkdir repo-git # or whatever
git init repo-git # or whatever
cd repo-git
git init
hg-fast-export.sh -r <local-repo>
git checkout HEAD
git checkout
```
Please note that hg-fast-export does not automatically check out the