From 48646c5740b564a2276cd0efe6a0aaae7be3b327 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 31 Jan 2022 15:09:16 +0100 Subject: [PATCH] update documentation --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6a473fd..fceead0 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,17 @@ Bot Matrix qui permet de jouer à Motus en message privé et sur un salon de dis Il faut créer un compte destiné au robot puis : ``` -git clone https://gitnet.fr/deblan/matrix-motus-bot.git -npm install -export MATRIX_URL='https://matrix.org' -export MATRIX_USERNAME='@username:matrix.org' -export MATRIX_PASSWORD='pa$wOrd' -export MATRIX_DATA='./datas' # non obligatoire -node index.js +$ git clone https://gitnet.fr/deblan/matrix-motus-bot.git +$ npm install +$ export MATRIX_URL='https://matrix.org' +$ export MATRIX_USERNAME='@username:matrix.org' +$ export MATRIX_PASSWORD='pa$wOrd' +$ # export MATRIX_DATA='./datas' +$ node index.js +``` + +Dans Element : + +``` +/join @username:matrix.org ```