Skip to content

Commit

Permalink
doc: remove brew install sqlite from macOS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Oct 24, 2022
1 parent bf42d7d commit 63d2ee9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,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
Expand Down

0 comments on commit 63d2ee9

Please sign in to comment.