mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-15 12:19:46 +01:00
doc: remove brew install sqlite from macOS docs
This commit is contained in:
parent
419bdc534f
commit
7698366132
1 changed files with 3 additions and 7 deletions
|
@ -112,15 +112,11 @@ brew install berkeley-db@4
|
||||||
|
|
||||||
###### Descriptor Wallet Support
|
###### Descriptor Wallet Support
|
||||||
|
|
||||||
Note: Apple has included a useable `sqlite` package since macOS 10.14.
|
`sqlite` is required to support for descriptor wallets.
|
||||||
You may not need to install this package.
|
|
||||||
|
|
||||||
`sqlite` is required to enable support for descriptor wallets.
|
macOS ships with a useable `sqlite` package, meaning you don't need to
|
||||||
Skip if you don't intend to use descriptor wallets.
|
install anything.
|
||||||
|
|
||||||
``` bash
|
|
||||||
brew install sqlite
|
|
||||||
```
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### GUI Dependencies
|
#### GUI Dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue