carderne / signal-export

Export your Signal chats to markdown files with attachments
Other
436 stars 46 forks source link

Misspelling for macOS instructions #121

Closed jawadakhan97 closed 1 month ago

jawadakhan97 commented 2 months ago

Desktop (please complete the following information):

Describe the bug Missed a parentheses

To reproduce Use the following command:

export C_INCLUDE_PATH="$(brew --prefix sqlcipher)/include"
export LIBRARY_PATH="${brew --prefix sqlcipher)/lib"
                     ^^^

Fix Change the curly brace in LIBRARY_PATH to a parentheses:

export C_INCLUDE_PATH="$(brew --prefix sqlcipher)/include"
export LIBRARY_PATH="$(brew --prefix sqlcipher)/lib"
carderne commented 1 month ago

thanks, fixed https://github.com/carderne/signal-export/commit/d7bb3e7bd124f0a95d4ae8703ccdb97472a793d8