From 8198d66ce756fcc9deafd9ded19b653bd90107b6 Mon Sep 17 00:00:00 2001 From: lroche <1540492+lroche@users.noreply.github.com> Date: Fri, 9 Mar 2018 18:37:35 +0100 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd7043..47dc68f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ All mechanism of conversion is based on [fast-export](https://github.com/frej/fa # Launch conversion - docker run -it -v ~/gitconversion/anyproject-hg:/work/projectname -v ~/gitconversion/project-result-git:/work/result lroche/hg2git projectname + docker run -it -v ~/anyproject-hg:/work/projectname -v ~/project-result-git:/work/result lroche/hg2git projectname the run uses two bound volumes, one for hg source, other for git target result. the name of project has no matter but it will be the same between /work/projectname and the argument of the command (here projectname)