Skip to content

Commit 6de6fcc

Browse files
authored
Update README.md
1 parent 4b20296 commit 6de6fcc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ SQLite-JS is a powerful extension that brings JavaScript capabilities to SQLite.
1919

2020
### Pre-built Binaries
2121

22-
Download the appropriate pre-built binary for your platform:
22+
Download the appropriate pre-built binary for your platform from the official [Release](https://github.com/sqliteai/sqlite-js/releases) page:
2323

24-
- Linux: `js.so`
25-
- macOS: `js.dylib`
26-
- Windows: `js.dll`
24+
- Linux: x86 and ARM
25+
- macOS: x86 and ARM
26+
- Windows: x86
27+
- Android
28+
- iOS
2729

2830
### Loading the Extension
2931

@@ -337,4 +339,4 @@ make install
337339

338340
## License
339341

340-
This project is licensed under the MIT License - see the LICENSE file for details.
342+
This project is licensed under the MIT License - see the LICENSE file for details.

0 commit comments

Comments
 (0)