diff --git a/docs/1-Quick Start.fr.md b/docs/1-Quick Start.fr.md
index 0a158b575..a6dcfb345 100644
--- a/docs/1-Quick Start.fr.md
+++ b/docs/1-Quick Start.fr.md
@@ -36,6 +36,12 @@ Comment créer un site Web en quelques étapes.
Démo du résultat attendu : .
:::
+### Prérequis
+
+- [PHP](https://php.net/manual/en/install.php) 8.1+
+- Terminal (une compréhension de base du [terminal](https://fr.wikipedia.org/wiki/%C3%89mulateur_de_terminal))
+- Éditeur de texte, comme [VS Code](https://code.visualstudio.com) et/ou [Typora](https://typora.io)
+
### Télécharger Cecil
Téléchargez `cecil.phar` depuis votre terminal:
@@ -50,10 +56,6 @@ Vous pouvez également [télécharger Cecil](https://cecil.app/download/) manuel
- [Scoop](https://scoop.sh): `scoop install https://cecil.app/cecil.json`
- [PHIVE](https://phar.io): `phive install cecil`
-:::important
-[PHP](https://php.net/manual/fr/install.php) 8.1+ est requis.
-:::
-
### Créer un nouveau site
Créez un répertoire pour le site Web (ex : ``), placez y `cecil.phar`, puis exécutez la commande `new:site` :
diff --git a/docs/1-Quick Start.md b/docs/1-Quick Start.md
index 81edc3222..5b241d5d1 100644
--- a/docs/1-Quick Start.md
+++ b/docs/1-Quick Start.md
@@ -30,6 +30,12 @@ How to create create a website in a few steps.
Demo of the expected result: .
:::
+### Prerequisites
+
+- [PHP](https://php.net/manual/en/install.php) 8.1+
+- Terminal (a basic understanding of [terminal](https://wikipedia.org/wiki/Terminal_emulator))
+- Text editor, like [VS Code](https://code.visualstudio.com) and/or [Typora](https://typora.io)
+
### Download Cecil
Download `cecil.phar` from your terminal:
@@ -44,10 +50,6 @@ You can also [download Cecil](https://cecil.app/download/) manually, or use:
- [Scoop](https://scoop.sh): `scoop install https://cecil.app/cecil.json`
- [PHIVE](https://phar.io): `phive install cecil`
-:::important
-[PHP](https://php.net/manual/en/install.php) 8.1+ is required.
-:::
-
### Create a new website
Create a directory for the website (e.g.: ``), put `cecil.phar` in it, then run the `new:site` command: