From 2262cc739305170564c2989a4c5532da0be81360 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 13 Jan 2024 14:28:45 +0100 Subject: [PATCH] fix git https:// URI --- README.org | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 905cc5c..e3d4d72 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,6 @@ #+title: brlib - A small personal C library #+OPTIONS: toc:nil #+OPTIONS: num:2 -#+startup: num ** License ~SPDX-License-Identifier: GPL-3.0-or-later ~~ @@ -20,14 +19,22 @@ See [[test/cutest/license.txt][license local copy]] or . ** Installation: -*** Clone repository +*** clone repository +**** user... #+BEGIN_EXAMPLE $ git clone https://github.com/braoult/brlib.git or -$ git clone https://git.raoult.com:bruno/brlib.git +$ git clone https://git.raoult.com/bruno/brlib.git #+END_EXAMPLE -*** Add CuTest submodule (optional) +**** OR ...developer +#+BEGIN_EXAMPLE +$ git clone git@git.raoult.com:bruno/brlib.git +$ cd brlib +$ git remote add github git@github.com/braoult/brlib.git +#+END_EXAMPLE + +*Add CuTest submodule (optional)* #+BEGIN_EXAMPLE $ cd brlib $ git submodule init