diff --git a/Platform.io-cli.md b/Platform.io-cli.md index 00685b5..b765b16 100644 --- a/Platform.io-cli.md +++ b/Platform.io-cli.md @@ -1,6 +1,6 @@ -# h1. Documentation platformio cli +# Documentation platformio cli -## h2. [Installation platform.io cli](https://docs.platformio.org/en/latest/core/installation/methods/installer-script.html#super-quick-macos-linux) +## [Installation platform.io cli](https://docs.platformio.org/en/latest/core/installation/methods/installer-script.html#super-quick-macos-linux) Pour l'installation, c'est très simple, juste copié/collé cette commande :

@@ -20,7 +20,7 @@ sudo ln -s ~/.platformio/penv/bin/piodebuggdb /usr/local/bin/piodebuggdb
 
 Après avoir fini cela, redémarrer l'ordinateur pour qu'il prenne la configuration ci-dessus.
 
-h3. [Création d'un projet](https://docs.platformio.org/en/latest/core/quickstart.html#board-identifier)
+### [Création d'un projet](https://docs.platformio.org/en/latest/core/quickstart.html#board-identifier)
 On va créer un dossier pour notre premier projet de teste :
 

 mkdir "nom du dossier"
@@ -91,8 +91,7 @@ sudo usermod -aG dialout "votre utilisateur"
 
 ## h2. Commandes utiles
 
-Pour avoir toutes les commandes de platform.io : "Commande platform.io":https://docs.platformio.org/en/latest/core/userguide/index.html#commands
-
+Pour avoir toutes les commandes de platform.io : [Commande platform.io](https://docs.platformio.org/en/latest/core/userguide/index.html#commands)
 Pour ajouter des lib :
 

 pio pkg search "lib"