From fed683e72bc278d0b7ffdd182554a71c63fd7b9c Mon Sep 17 00:00:00 2001 From: Eddie Cheng R4 Date: Sun, 16 Jun 2024 08:09:21 +0800 Subject: [PATCH] chore: add harfbuzz to Homebrew installation in README.md (#57) * chore: add harfbuzz to Homebrew installation in README.md * Update future work ref: https://github.com/versotile-org/verso/pull/57#issuecomment-2169212850 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92f98e00..c8bb55c3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ scoop install git python llvm cmake curl - Install [Homebrew](https://brew.sh/) and then install other tools: ```sh -brew install cmake pkg-config +brew install cmake pkg-config harfbuzz ``` ### Linux @@ -69,5 +69,6 @@ Nightly releases built with CrabNebula Cloud can be found at [releases](https:// ## Future Work - Add more window and servo features to make it feel more like a general web browser. -- Improve development experience. +- Improve development experience. - Multi webviews and multi browsing contexts in the same window. +- Enable `Gstreamer` feature and remove `brew install harfbuzz` in README. \ No newline at end of file