From 150b55184b0cf63c5c45824370f7db1ec4d7944b Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 10 Jan 2025 09:01:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e0ce0..5b8761c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ We believe designers should work freely in tools like Figma, focusing on creativ 1. **Install Docker**: Docker is required to compile your code and integrate it into the editor. Find the Docker installation guide [here](https://docs.docker.com/engine/install/). 2. **Download and install the Editor.** Find the installers [here](https://github.com/lvgl/lvgl_editor/releases/tag/v0.1.0). -3. **Fork and clone this repository** to experiment with its CI actions and online preview features. In the repository settings allow running `Actions` and set the source of `Pages` to `GitHub Action`. +3. **Fork and clone this repository** to experiment with its CI actions and online preview features. In the repository settings allow running set the source of `Pages` to `GitHub Action`, an on the `Actions` page enable actions. 4. **Open the editor** and load the example folder. 5. **Compile the project** to generate the custom C code in the editor’s preview (use the button in the top-right corner). 6. **Edit components**: Open `button_default.xml` and make edits. Save the file (Ctrl+S) to update the preview.