Skip to content

Commit dcfe140

Browse files
authored
docs: fix executable path in README (#38)
1 parent 734cae3 commit dcfe140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cmake -B build -DCMAKE_BUILD_TYPE=Release
4242
cmake --build build
4343

4444
# Run
45-
./maplibre-slint-example
45+
./build/maplibre-slint-example
4646
```
4747

4848
**Note**: Slint dependencies are now automatically resolved! CMake will download and build Slint if it's not found system-wide.

0 commit comments

Comments
 (0)