Skip to content

Commit

Permalink
chore: add harfbuzz to Homebrew installation in README.md (#57)
Browse files Browse the repository at this point in the history
* chore: add harfbuzz to Homebrew installation in README.md

* Update future work
	ref: #57 (comment)
  • Loading branch information
chengr4 authored Jun 16, 2024
1 parent 7b6f45f commit fed683e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit fed683e

Please sign in to comment.