From 56c114d99bf105b92be0be4c9880e53e38f5acd9 Mon Sep 17 00:00:00 2001 From: Tom Shaw Date: Wed, 29 Nov 2023 19:09:40 -0600 Subject: [PATCH] Updated Readme --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 05796fb..833d349 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,6 @@ A command-line application for quickly backing up your databases. It supports ex ## Usage -## Requires - -```bash -sudo apt-get install libsqlite3-dev -``` - 1. Set the following environment variables: - `DB_CONNECTION`: The type of server. Use `mysql`, `postgres` or `sqlserver`.