Dig up your chat archives
- docker:
sudo pacman -S docker
- libpq:
sudo pacman -S postgresql-libs
- diesel:
cargo install diesel_cli --no-default-features --features postgres
echo DATABASE_URL=postgres://username:password@localhost/anthere > .env
Dig up your chat archives
sudo pacman -S docker
sudo pacman -S postgresql-libs
cargo install diesel_cli --no-default-features --features postgres
echo DATABASE_URL=postgres://username:password@localhost/anthere > .env