From ac0b725dbb3d896b1b9efcbdc400f952caaa384e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=B9=8B=E9=98=B3?= <51194195+luoliwoshang@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:21:40 +0800 Subject: [PATCH] docs(readme):correct anchor name of install method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6516d13..542557e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ git clone --recursive https://github.com/lvgl/lv_port_pc_vscode ### Visual Studio Code -1. Be sure you have installed [SDL and the build tools](#install-sdl-and-build-tools) +1. Be sure you have installed [SDL and the build tools](#install-sdl-and-the-build-tools) 2. Open the project by double clicking on `simulator.code-workspace` or opening it with `File/Open Workspace from File` 3. Install the recommended plugins 4. Click the Run and Debug page on the left, and select `Debug LVGL demo with gdb` from the drop-down on the top. Like this: