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. +