Merge pull request #834 from ae-utbm/real-name

Restore real name
This commit is contained in:
thomas girod
2024-10-03 10:12:23 +02:00
committed by GitHub
76 changed files with 150 additions and 150 deletions

View File

@ -108,8 +108,8 @@ cd /mnt/<la_lettre_du_disque>/vos/fichiers/comme/dhab
## Finaliser l'installation
```bash
git clone https://github.com/ae-utbm/sith3.git
cd sith3
git clone https://github.com/ae-utbm/sith.git
cd sith
# Création de l'environnement et installation des dépendances
poetry install

View File

@ -20,7 +20,7 @@ Le code source du projet est organisé comme suit :
<div class="annotate">
```
sith3/
sith/
├── .github/
│ ├── actions/ (1)
│ └── workflows/ (2)