mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-04 06:50:23 +00:00
4 lines
96 B
Bash
4 lines
96 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
brew install sqlite3
|
||
|
cargo install diesel_cli --no-default-features --features sqlite
|