diff --git a/BUILD.md b/BUILD.md
index cee6f12..6d61a3e 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -47,24 +47,26 @@ pip install PyQt5 pyinstaller
```
3. Create an `Info.plist` file in `CodeAide.app/Contents/`:
-
-
-
-
- CFBundleExecutable
- CodeAide
- CFBundleIconFile
- icon.icns
- CFBundleIdentifier
- com.yourcompany.codeaide
- CFBundleName
- CodeAide
- CFBundlePackageType
- APPL
- CFBundleShortVersionString
- 1.0.0
-
-
+ ```
+
+
+
+
+ CFBundleExecutable
+ CodeAide
+ CFBundleIconFile
+ icon.icns
+ CFBundleIdentifier
+ com.yourcompany.codeaide
+ CFBundleName
+ CodeAide
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ 1.0.0
+
+
+ ```
4. (Optional) Add an icon:
- Create a .icns file for your app icon