adjusted readme.md

This commit is contained in:
Armin Wolf 2020-05-02 16:27:32 +02:00
parent 14d146a452
commit f448e89b41
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Since then, I started to improve the code. I switched the source code compatibil
## How to checkout the Tag Release ## How to checkout the Tag Release
First of all, you have to clone the repository. First of all, you have to clone the repository.
```git ```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. After you cloned the project, switch to the directory (e.g. algorithms-for-computing-line-estimators) and use the ``git checkout`` command.
```git ```git