From 3fdd65acf16eb61b1cc466e800e678e9b5a80033 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 13 Jan 2024 15:13:18 +0100 Subject: [PATCH] fix git https URI --- README.org | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index b988821..31c914d 100644 --- a/README.org +++ b/README.org @@ -10,24 +10,24 @@ the GNU General Public License v3.0 or later. Some rights reserved. See COPYING. ** Installation (don't do it until version 0.9) -*** clone repos -**** user... +*** clone repository +*user...** #+BEGIN_EXAMPLE -$ git clone https://git.raoult.com:bruno/brchess.git -#+END_EXAMPLE +$ git clone https://github.com/braoult/brchess.git or -#+BEGIN_EXAMPLE -$ git clone https://git.raoult.com:bruno/brchess.git +$ git clone https://git.raoult.com/bruno/brchess.git #+END_EXAMPLE -**** ... or developer +*OR ...developer* #+BEGIN_EXAMPLE -$ git clone https@git.raoult.com:bruno/brchess.git +$ git clone git@git.raoult.com:bruno/brchess.git $ cd brchess $ git remote add github git@github.com:braoult/brchess.git #+END_EXAMPLE + *** add "brlib" submodule #+BEGIN_EXAMPLE +$ cd brchess $ git submodule init -$ git submodule update --remote --merge +$ git submodule update #+END_EXAMPLE