From 35d7bd493ed10e2d0bce4e2cb9df23668f6cc401 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 12 Dec 2023 19:06:22 +0100 Subject: [PATCH] Update installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e28b8f0..dea5190 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ docker-compose up 3. Install Diesel CLI: ```bash -sudo apt install libpq5 libpq-dev +sudo apt install libpq5 libpq-dev pkg-config libssl-dev cargo install diesel_cli --no-default-features --features postgres ``` @@ -51,4 +51,4 @@ evan@qlik.example franklin@qlik.example ``` -Password: `Password1!` \ No newline at end of file +Password: `Password1!`