You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/build.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ After that, you can build a partial NextUI flavour that works on your host machi
24
24
```shell
25
25
make setup common PLATFORM=desktop
26
26
```
27
-
The main repo contains a few templated (launch configs for VS Code)[https://github.com/LoveRetro/NextUI/blob/main/.vscode/launch.json] that you can modify and extend to fit your needs.
27
+
The main repo contains a few templated [launch configs for VS Code](https://github.com/LoveRetro/NextUI/blob/main/.vscode/launch.json) that you can modify and extend to fit your needs.
28
28
29
29
### Building on macOS
30
30
NextUI is build using gcc. In order for you to develop on macOS, you will have to take some extra steps:
0 commit comments