Skip to content

Commit

Permalink
Update README.md to have instructions for Mac (#363)
Browse files Browse the repository at this point in the history
Update README.md to have instructions for Mac using brew
  • Loading branch information
dulcedu authored Oct 10, 2024
1 parent 878131c commit 4fbd3ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ To compile on Ubuntu/Pop!\_OS, please install [cargo](https://www.rust-lang.org/
$ sudo apt update
$ sudo apt install -y cmake build-essential libsqlite3-dev pkg-config libssl-dev
```
To compile on Mac, then use brew:

```
$ brew update
brew install cmake pkg-config openssl sqlite3
```


## Install

Expand Down

0 comments on commit 4fbd3ff

Please sign in to comment.