Skip to content

Commit

Permalink
Fix key/keg typo (#59)
Browse files Browse the repository at this point in the history
(BTW I love your writing!)
  • Loading branch information
shaver authored Oct 27, 2023
1 parent 791b005 commit e63d086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite/trying-macos-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ On my machine part of the ouput from this says `OMIT_LOAD_EXTENSION`.

You can run `which sqlite3` to see where it is located - on my system that outputs `/usr/bin/sqlite3`.

If you use Homebrew you can run `brew install sqlite` - this will install a modern version of SQLite, but it won't link it into your path (it's a "key-only package" in Homebrew jargon) to avoid conflicting with the macOS default installation. Running `brew info sqlite` confirms this.
If you use Homebrew you can run `brew install sqlite` - this will install a modern version of SQLite, but it won't link it into your path (it's a "keg-only package" in Homebrew jargon) to avoid conflicting with the macOS default installation. Running `brew info sqlite` confirms this.

```
% brew info sqlite
Expand Down

0 comments on commit e63d086

Please sign in to comment.