From 5e88bad29135268e36ecd96f504e06a43c1e5cc7 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 13 Jan 2024 10:57:22 +0100 Subject: [PATCH] clearer install instructions --- README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index e039e1a..905cc5c 100644 --- a/README.org +++ b/README.org @@ -20,16 +20,16 @@ See [[test/cutest/license.txt][license local copy]] or . ** Installation: -*** user... +*** Clone repository #+BEGIN_EXAMPLE -$ git clone https://git.raoult.com:bruno/brlib.git -or $ git clone https://github.com/braoult/brlib.git +or +$ git clone https://git.raoult.com:bruno/brlib.git #+END_EXAMPLE -*** ...or developer +*** Add CuTest submodule (optional) #+BEGIN_EXAMPLE -$ git clone git@git.raoult.com:bruno/brlib.git $ cd brlib -$ git remote add github git@github.com:braoult/brlib.git +$ git submodule init +$ git submodule update #+END_EXAMPLE