Skip to content

Commit db489ff

Browse files
committed
* Update README.md: Improve formatting and add macOS installation instructions
1 parent c623545 commit db489ff

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Follow these instructions to get the WebView library up and running on your syst
5858

5959
The compiled Linux library in this package requires GTK 4 and WebkitGTK 6.
6060

61-
* **<img width="16" height="16" src="https://www.debian.org/favicon.ico" />Debian-based:** `sudo apt install libgtk-4-1 libwebkitgtk-6.0-4`
62-
* **<img width="16" height="16" src="https://archlinux.org/static/favicon.png" />Arch-based:** `sudo pacman -S gtk4 webkitgtk-6.0`
63-
* **<img width="16" height="16" src="https://fedoraproject.org/favicon.ico" />Fedora:** `sudo dnf install gtk4 webkitgtk6.0`
64-
* **<img width="16" height="16" src="https://voidlinux.org/assets/img/favicon.png" />Void Linux:** `sudo xbps-install gtk4 libwebkitgtk60`
65-
* **<img width="16" height="16" src="https://www.alpinelinux.org/alpine-logo.ico" />Alpine Linux:** `sudo apk add webkit2gtk-6.0`
61+
* **<img width="16" height="16" src="https://www.debian.org/favicon.ico" /> Debian-based:** `sudo apt install libgtk-4-1 libwebkitgtk-6.0-4`
62+
* **<img width="16" height="16" src="https://archlinux.org/static/favicon.png" /> Arch-based:** `sudo pacman -S gtk4 webkitgtk-6.0`
63+
* **<img width="16" height="16" src="https://fedoraproject.org/favicon.ico" /> Fedora:** `sudo dnf install gtk4 webkitgtk6.0`
64+
* **<img width="16" height="16" src="https://voidlinux.org/assets/img/favicon.png" /> Void Linux:** `sudo xbps-install gtk4 libwebkitgtk60`
65+
* **<img width="16" height="16" src="https://www.alpinelinux.org/alpine-logo.ico" /> Alpine Linux:** `sudo apk add webkit2gtk-6.0`
6666

6767
</details>
6868

@@ -84,6 +84,15 @@ The compiled FreeBSD library in this package requires WebKitGTK 6.
8484

8585
</details>
8686

87+
<details>
88+
<summary>Click here for instructions on <img width="20" height="20" src="https://developer.apple.com/favicon.ico" /> macOS</summary>
89+
90+
The compiled macOS library in this package uses the built-in WebKit framework.
91+
92+
* **macOS systems:** No additional dependencies required. The WebKit framework is included with macOS.
93+
94+
</details>
95+
8796
- **Install the library using RingPM:**
8897
```sh
8998
ringpm install webview from ysdragon

0 commit comments

Comments
 (0)