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"