Compare commits

...

2 Commits

Author SHA1 Message Date
Marc Brooks 9daf463fab
Update DEVELOPMENT.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-04 02:09:48 -05:00
Marc Brooks 15b8754589
Update DEVELOPMENT.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-04 02:07:15 -05:00
1 changed files with 2 additions and 2 deletions

View File

@ -301,13 +301,13 @@ Or if you want to manually create the symlink use:
# linux # linux
cd internal/native/cgo cd internal/native/cgo
rm ui rm ui
ln -s ui ../eez/src/ui ln -s ../eez/src/ui ui
``` ```
```dos ```dos
rem Windows rem Windows
cd internal/native/cgo cd internal/native/cgo
del ui del ui
mklink /d ui ../eez/src/ui mklink /d ui ..\eez\src\ui
``` ```
--- ---