diff --git a/tutorials/get-started/get-started.mdx b/tutorials/get-started/get-started.mdx index afac811ea..ad231dcb8 100644 --- a/tutorials/get-started/get-started.mdx +++ b/tutorials/get-started/get-started.mdx @@ -166,7 +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*. -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.