From eb51bdbfef8c2aacf0fdfde279a40de7f74c8d86 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Mon, 18 Mar 2024 21:27:24 -0400 Subject: clean up, add better error handling --- db/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'db/README.md') diff --git a/db/README.md b/db/README.md index f36e555..1d5ad71 100644 --- a/db/README.md +++ b/db/README.md @@ -1,3 +1,11 @@ # The Database -This document describes how to set up the database for your instance of the water application. \ No newline at end of file +This document describes how to set up the database for your instance of the water application. + +## Setup + +The first step is to decide where you are going to keep your database. Once you have decided on where that is going to be add it to your environment: + +```sh +export DB_PATH="path/to/database" +``` \ No newline at end of file -- cgit v1.1