From 4f7242c5b5041c0ee017b43176a292c301824e52 Mon Sep 17 00:00:00 2001 From: namark <namark@disroot.org> Date: Fri, 20 Mar 2020 02:34:54 +0400 Subject: [PATCH] Minor change. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac10d35..376cb4d 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ Here is an example of installing all dependencies and building all programs. git clone https://github.com/namark/filetools # get the dependencies -git clone https://github.com/namark/libsimple_file -git clone https://github.com/namark/libsimple_support -git clone https://github.com/namark/libsimple_geom +git clone https://notabug.org/namark/libsimple_file +git clone https://notabug.org/namark/libsimple_support +git clone https://notabug.org/namark/libsimple_geom # install dependencies locally for this porject only cd libsimple_file -- GitLab