install_diesel.sh 96 B

1234
  1. #!/bin/sh
  2. brew install sqlite3
  3. cargo install diesel_cli --no-default-features --features sqlite