From c1ba18b03fa10908928f1d03791d17d488654966 Mon Sep 17 00:00:00 2001 From: missing Date: Thu, 8 Sep 2022 13:15:59 -0500 Subject: [PATCH] forgor to update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d5e709..67dbc73 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A ~~simple~~ cargo registry. To run this, you need to: - - Create a `registry.toml` file in the current directory with the following contents: + - Create a `/etc/warehouse/warehouse.toml` file with the following contents: ```toml working_dir = "/path/to/some/directory" postgres_uri = "postgres://user:pass@db_host/db_name"