mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-28 19:36:13 +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
|