From b02a9b10bf6ad847c13a139341f5196b0de6a763 Mon Sep 17 00:00:00 2001 From: jonas Date: Mon, 12 Oct 2020 11:17:30 +0200 Subject: Correct git clone url. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5294f11..c3fc9ca 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ sudo zypper in python3-devel python3-numpy python3-numpy-devel python3-opencv py Checkout this repository and build the Python C-Extension: ``` -git clone git@stettbacher.ch:o-3000/demo/python-binding.git +git clone https://stettbacher.ch/gitlab/o-3000/demo/python-binding.git cd python-binding export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH -- cgit v1.2.1