Skip to content

Commit

Permalink
Added the new sentence in a tip blockquote. Erased the sentence about…
Browse files Browse the repository at this point in the history
… exiting the terminal.
  • Loading branch information
Simonbdy committed Dec 12, 2022
1 parent 71167a5 commit 7426a0e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tutorials/get-started/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,20 @@ Congratulations, your first Luos app is running!
<TabItem value="No board" label="No board">

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.

<Image
src="/assets/images/tutorials/get-started/no_board_1.png"
darkSrc="/assets/images/tutorials/get-started/no_board_1.png"
/>

Congratulations, your first Luos app is running!
To exit from the terminal press ctrl+C.

</TabItem>
</Tabs>

Expand Down

0 comments on commit 7426a0e

Please sign in to comment.