Skip to content

Commit 1e24c4a

Browse files
committed
document macOS dylib
1 parent 3ac2367 commit 1e24c4a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Our **[Colab notebook](https://colab.research.google.com/drive/1ZqRjs0IFnGvb7TAR
1616

1717
**Start Here 👉 [full documentation site](https://mlin.github.io/GenomicSQLite/)**
1818

19-
We supply the extension [prepackaged](https://github.com/mlin/GenomicSQLite/releases) for Linux x86-64 hosts of ≥2016 OS/CPU vintage. We will diversify platforms in the future (help wanted). An up-to-date version of SQLite itself is also required, as specified in the docs.
19+
We supply the extension [prepackaged](https://github.com/mlin/GenomicSQLite/releases) for Linux x86-64 and macOS Catalina. An up-to-date version of SQLite itself is also required, as specified in the docs.
2020

2121
Programming language support:
2222

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can always `SELECT sqlite_version()` to verify the upgrade in your program.
3131

3232
## Installation
3333

34-
It's usually easiest to obtain the extension as a pre-compiled shared library (Linux .so or *coming soon* <s>macOS .dylib</s>), either installed with a package manager, or downloaded from [GitHub Releases](https://github.com/mlin/GenomicSQLite/releases).
34+
It's usually easiest to obtain the extension as a pre-compiled shared library (Linux .so or macOS .dylib), either installed with a package manager, or downloaded from [GitHub Releases](https://github.com/mlin/GenomicSQLite/releases).
3535

3636
=== "Python"
3737
``` bash
@@ -60,7 +60,7 @@ It's usually easiest to obtain the extension as a pre-compiled shared library (L
6060

6161
See our [GitHub README](https://github.com/mlin/GenomicSQLite) for the source build procedure, if needed.
6262

63-
We're eager for community contributions of new language bindings; see the Language Bindings Guide if interested.
63+
We welcome community contributions to the available language bindings; see the Language Bindings Guide if interested.
6464

6565
## Smoke test
6666

0 commit comments

Comments
 (0)