Skip to content

Commit e691ab0

Browse files
committed
Make sure latest libressl gets installed by Homebrew
We weren't telling people to run `brew update` before doing `brew install libressl`. This could result in their using an older version of libressl than we build against if they hadn't updated their index in a while.
1 parent 60c9374 commit e691ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This project is currently beta software.
1313
#### macOS
1414

1515
```bash
16+
brew update
1617
brew install libressl
1718
```
1819

0 commit comments

Comments
 (0)