doc: remove brew install sqlite from macOS docs

This commit is contained in:
fanquake 2022-10-24 09:34:34 +08:00
parent 419bdc534f
commit 7698366132
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -112,15 +112,11 @@ brew install berkeley-db@4
###### Descriptor Wallet Support
Note: Apple has included a useable `sqlite` package since macOS 10.14.
You may not need to install this package.
`sqlite` is required to support for descriptor wallets.
`sqlite` is required to enable support for descriptor wallets.
Skip if you don't intend to use descriptor wallets.
macOS ships with a useable `sqlite` package, meaning you don't need to
install anything.
``` bash
brew install sqlite
```
---
#### GUI Dependencies