Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope authored Jun 20, 2024
1 parent ab20376 commit 4ad4feb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Point
# point-virgule

Point est un bot Discord conçu pour rejoindre des canaux vocaux, enregistrer de
point-virgule est un bot Discord conçu pour rejoindre des canaux vocaux, enregistrer de
l'audio et l'envoyer a un service de transcription automatique.

## Prérequis
Expand All @@ -11,8 +11,8 @@ l'audio et l'envoyer a un service de transcription automatique.
## Utilisation

```sh
git clone https://github.com/yourusername/point.git
cd point
git clone https://github.com/yourusername/point-virgule.git
cd point-virgule
pip install -r requirements.txt
python main.py
```
Expand All @@ -22,8 +22,8 @@ python main.py
Construire et exécuter l'image Docker:

```sh
docker build -t point .
docker run -d --name point point
docker build -t point-virgule .
docker run -d --name point-virgule point-virgule
```

## Commandes
Expand Down

0 comments on commit 4ad4feb

Please sign in to comment.