diff --git a/install_manually_fr.md b/install_manually_fr.md
index 0cdff39c..32a68df5 100644
--- a/install_manually_fr.md
+++ b/install_manually_fr.md
@@ -1,12 +1,12 @@
# Installer YunoHost manuellement
-Une fois que vous avez accès à votre serveur (directement ou par SSH), vous pouvez installer YunoHost en executant cette commande en tant que root :
+Une fois que vous avez accès à votre serveur (directement ou par SSH), vous pouvez installer YunoHost en exécutant cette commande en tant que root :
```bash
curl https://install.yunohost.org | bash
```
-*(Si `bash` n'est pas installé sur votre système, il vous faudra peut-être l'installer avec `apt install bash`. Autrement, sinon la commande n'affiche rien du tout, vous pouvez tenter `apt install ca-certificates`)*
+*(Si `bash` n'est pas installé sur votre système, il vous faudra peut-être l'installer avec `apt install bash`. Autrement, si la commande n'affiche rien du tout, vous pouvez tenter `apt install ca-certificates`)*
Une fois l'installation terminée, il vous faudra [**procéder à la post-installation**](/postinstall)