From ff08e6287fe1a1785eb3d35577145e36d13a6338 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sun, 15 Jan 2023 15:10:21 +0200 Subject: [PATCH] docs: update simulation instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8900046..ed5736f 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,6 @@ It's based on the online version at https://wokwi.com/projects/32845180083948808 pio run ``` -Then you can simulate it inside Visual Studio Code with the Wokwi extension. Press "F1" and select "Wokwi: Start Simulator". +## Simulate the project + +To simulate this project, install [Wokwi for VS Code](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode). Open the project directory in Visual Studio Code, press **F1** and select "Wokwi: Start Simulator".