From 71167a50c50bd69947ebabdfcaf28c7f2f294f8c Mon Sep 17 00:00:00 2001 From: Dabjazz Date: Thu, 8 Dec 2022 21:09:13 +0530 Subject: [PATCH 1/2] Updated the getting started docs for linux based OS. --- tutorials/get-started/get-started.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/get-started/get-started.mdx b/tutorials/get-started/get-started.mdx index afac811ea..52f31f199 100644 --- a/tutorials/get-started/get-started.mdx +++ b/tutorials/get-started/get-started.mdx @@ -166,6 +166,7 @@ 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. Congratulations, your first Luos app is running! - +To exit from the terminal press ctrl+C. 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 2/2] 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. +