mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Merge 'Add SQLite installation instructions for Windows to contrib' from dkaluza
Closes #614
This commit is contained in:
commit
1c2e074c93
1 changed files with 5 additions and 1 deletions
|
@ -75,10 +75,14 @@ The purpose of these tests is to verify behavior matches with SQLite and Limbo.
|
|||
```console
|
||||
cargo install cargo-c
|
||||
```
|
||||
2. [SQLite](https://www.sqlite.org/index.html) is needed for compatibility checking. You can install it using `brew`:
|
||||
2. [SQLite](https://www.sqlite.org/index.html) is needed for compatibility checking. You can install it using `brew` on macOS/Linux:
|
||||
```console
|
||||
brew install sqlite
|
||||
```
|
||||
Or using `choco` on Windows:
|
||||
```console
|
||||
choco install sqlite
|
||||
```
|
||||
|
||||
### Running the tests
|
||||
To run the test suite with Limbo, simply run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue