Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Getting started

Arthur edited this page Apr 16, 2017 · 2 revisions

How to install diesel cli

First install needed dependencies

sudo apt install libpq-dev
sudo apt install libmysqlclient-dev
sudo apt install libsqlite3-dev

Then install diesel cli itself cargo install diesel_cli
Diesel getting started documentation
Diesel CLI documentation

Clone this wiki locally