From 073f398af43cde0a38a8601a022a68c8bc3cf14c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20Labb=C3=A9?= Date: Mon, 15 Dec 2025 01:34:25 +0100 Subject: [PATCH] Update README: usage, configuration and Minitel details --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 605c213..ddaddaa 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,19 @@ Ce projet permet d'utiliser un Minitel comme **terminal interactif** pour accéd * Python ≥ 3.10 * `paramiko` * `websockets` +## Récupération du projet (git clone) + +Depuis une machine disposant de Git : ```sh +git clone https://github.com/labbej27/sshminitel.git +cd sshminitel +``` +Création d’un environnement virtuel Python (recommandé) : + +```sh +python3 -m venv venv +source venv/bin/activate pip install -r requirements.txt ``` @@ -57,7 +68,7 @@ pip install -r requirements.txt --- -## 🖥️ Installation du terminfo Minitel (OBLIGATOIRE) +## Installation du terminfo Minitel (OBLIGATOIRE) Sur le **serveur SSH** : @@ -127,7 +138,7 @@ echo $TERM ##### Doit afficher : m1b --- -## ⚙️ Configuration du compte SSH +## Configuration du compte SSH Dans `~/.profile` de l'utilisateur SSH :