From 9ea42c060469a10c7aee479ff79b12eb6dc5098a Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 6 Jan 2024 20:19:34 +0100 Subject: [PATCH] add install readme --- README.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.org b/README.org index 4146d66..31ea883 100644 --- a/README.org +++ b/README.org @@ -1 +1,17 @@ A basic chess program. The goal is not to make it good, but at least to be able to play a full game - Far to be the case ! + +* Installation: +** clone repos +*** user... +$ git clone https@git.raoult.com:bruno/brchess.git +or +$ git clone https@git.raoult.com:bruno/brchess.git +*** ... or developer +$ git clone https@git.raoult.com:bruno/brchess.git +$ cd brchess +$ git remote add github git@github.com:braoult/brchess.git +** add "brlib" submodule +$ git submodule init +$ git submodule update --remote --merge + +* [...] to be completed...