From 713aa55e89a3cb526252fdbedd697e14282279fc Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 16 May 2023 17:21:31 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Platform.io=20cli'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Platform.io-cli.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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"