From 7426a0e753e16d061996e2c07b010ecafe49d415 Mon Sep 17 00:00:00 2001 From: Simon Bonsoir <26368107+Simonbdy@users.noreply.github.com> Date: Mon, 12 Dec 2022 19:46:07 +0100 Subject: [PATCH] Added the new sentence in a tip blockquote. Erased the sentence about exiting the terminal. --- tutorials/get-started/get-started.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tutorials/get-started/get-started.mdx b/tutorials/get-started/get-started.mdx index 52f31f199..ad231dcb8 100644 --- a/tutorials/get-started/get-started.mdx +++ b/tutorials/get-started/get-started.mdx @@ -166,8 +166,12 @@ Congratulations, your first Luos app is running! When you build your application, an executable program is generated. Run the application that you just built by going in the folder *Get_started\No-Board\.pio\build\native* and launch *program.exe*. -If you are using a Linux-based OS then type *./.pio/build/native/program*. -In a terminal, you should see the program runing an the "LED" blinking. + +:::tip +If you are using a Linux-based OS instead of Windows, then open a terminal and type `./.pio/build/native/program`. +::: + +In the terminal, you should see the program running and the "LED" blinking. Congratulations, your first Luos app is running! -To exit from the terminal press ctrl+C. +