branch: elpa/sqlite3 commit 6aa0adb5946eb3f2b5b4dc9e41c26a08f0c18f78 Author: Kevin Rineer <kevinrin...@proton.me> Commit: Kevin Rineer <kevinrin...@proton.me>
fix(README): Mention compatibility for homebrew on Linux --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 2dbbd379a02..19f21549f81 100644 --- a/README.org +++ b/README.org @@ -108,7 +108,7 @@ $ make module A tar archive called ~sqlite3-X.Y.tar~ will be created. Do a ~M-x package-install-file~ in Emacs to install that tar archive and you're all set. -For Mac users: +For Homebrew users on MacOS or Linux: #+BEGIN_SRC sh :eval no :exports code $ make HOMEBREW=1 #+END_SRC