From f448e89b41dd70e2c99bb0b79f3b7feb590df692 Mon Sep 17 00:00:00 2001 From: Armin Wolf Date: Sat, 2 May 2020 16:27:32 +0200 Subject: [PATCH] adjusted readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a358cd..1b8cc89 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Since then, I started to improve the code. I switched the source code compatibil ## How to checkout the Tag Release First of all, you have to clone the repository. ```git -$ git clone git@bitbucket.org:arminwolf/algorithms-for-computing-line-estimators.git +$ git clone git@git.armin-wolf.de:2222/generalbgh/algorithms-for-computing-line-estimators.git ``` After you cloned the project, switch to the directory (e.g. algorithms-for-computing-line-estimators) and use the ``git checkout`` command. ```git