Skip to content

Commit

Permalink
fix macos instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed May 7, 2024
1 parent 0bde179 commit d7bb3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ To use it with Docker, just follow the standard Linux instructions above.
3. Export some needed env vars:
```bash
export C_INCLUDE_PATH="$(brew --prefix sqlcipher)/include"
export LIBRARY_PATH="${brew --prefix sqlcipher)/lib"
export LIBRARY_PATH="$(brew --prefix sqlcipher)/lib"
```

4. Then you can install and run signal-export without Docker:
Expand Down

0 comments on commit d7bb3e7

Please sign in to comment.