chore(ci) #72
1 changed files with 11 additions and 10 deletions
21
README.md
21
README.md
|
@ -6,31 +6,32 @@
|
|||
|
||||
### En local
|
||||
|
||||
> Cloner le repo.
|
||||
> Cloner le repo
|
||||
|
||||
> Spécifier un fichier `.env` en suivant [l'exemple](config/example.env).
|
||||
> Spécifier un fichier `.env` en suivant [l'exemple](config/example.env)
|
||||
|
||||
> Installer les dépendences du bot.
|
||||
> Installer les dépendances du bot
|
||||
|
||||
```bash
|
||||
npm install --legacy-peer-deps
|
||||
```
|
||||
|
||||
> Lancer le bot.
|
||||
> Lancer le bot
|
||||
|
||||
```bash
|
||||
npm run main
|
||||
```
|
||||
|
||||
### Avec Docker (Recommandé)
|
||||
### Avec Docker (recommandé)
|
||||
|
||||
> Facile avec `docker-compose`
|
||||
|
||||
```docker
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
botanique:
|
||||
build: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique.git#main
|
||||
image: git.mylloon.fr/confreriedukassoulait/botanique:latest
|
||||
container_name: Botanique
|
||||
environment:
|
||||
- TOKEN_DISCORD=ton-token-va-ici
|
||||
|
@ -41,10 +42,10 @@ services:
|
|||
|
||||
## Variables d'environnements
|
||||
|
||||
| Nom | Description | Par défaut | Commentaire |
|
||||
| :-----------: | :---------------: | :--------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
||||
| Nom | Description | Par défaut | Commentaire |
|
||||
| :-----------: | :---------------: | :--------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
||||
| TOKEN_DISCORD | Token Discord | Aucune |
|
||||
| DEFAULT_LANG | Langue par défaut | `fr` | Expérimental, si la langue par défaut n'est pas complète (càd 100%), le bot pourrait ne pas fonctionner correctement.<br>Liste des traductions disponibles [ici](./src/locales/). |
|
||||
| DEFAULT_LANG | Langue par défaut | `fr` | Expérimental, si la langue par défaut n'est pas complète (càd 100%), le bot pourrait ne pas fonctionner correctement.<br>Liste des traductions disponibles [ici](./src/locales/) |
|
||||
|
||||
## Volumes
|
||||
|
||||
|
@ -62,6 +63,6 @@ Pour commencer, lis le [fichier de contribution](./CONTRIBUTING.md).
|
|||
|
||||
Voir le [fichier LICENCE](./LICENCE).
|
||||
|
||||
# Références
|
||||
# Crédits
|
||||
|
||||
[Photo de profil](https://picrew.me/image_maker/1497656)
|
||||
|
|
Loading…
Reference in a new issue