fix git https:// URI

This commit is contained in:
2024-01-13 14:28:45 +01:00
parent 32fd923192
commit 2262cc7393

View File

@@ -1,7 +1,6 @@
#+title: brlib - A small personal C library #+title: brlib - A small personal C library
#+OPTIONS: toc:nil #+OPTIONS: toc:nil
#+OPTIONS: num:2 #+OPTIONS: num:2
#+startup: num
** License ** License
~SPDX-License-Identifier: GPL-3.0-or-later <https://spdx.org/licenses/GPL-3.0-or-later.html>~~ ~SPDX-License-Identifier: GPL-3.0-or-later <https://spdx.org/licenses/GPL-3.0-or-later.html>~~
@@ -20,14 +19,22 @@ See [[test/cutest/license.txt][license local copy]] or
<https://spdx.org/licenses/Zlib.html>. <https://spdx.org/licenses/Zlib.html>.
** Installation: ** Installation:
*** Clone repository *** clone repository
**** user...
#+BEGIN_EXAMPLE #+BEGIN_EXAMPLE
$ git clone https://github.com/braoult/brlib.git $ git clone https://github.com/braoult/brlib.git
or or
$ git clone https://git.raoult.com:bruno/brlib.git $ git clone https://git.raoult.com/bruno/brlib.git
#+END_EXAMPLE #+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 #+BEGIN_EXAMPLE
$ cd brlib $ cd brlib
$ git submodule init $ git submodule init