From f291c07bfa302259639028ddf005ae91f4cd7c95 Mon Sep 17 00:00:00 2001 From: 0ceanSlim Date: Wed, 31 Jul 2024 12:30:42 -0400 Subject: [PATCH] readme change --- readme.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index fa5cdaa..f9cbe10 100644 --- a/readme.md +++ b/readme.md @@ -14,19 +14,9 @@ GRAIN is an open-source Nostr relay implementation written in Go. This project a ## Configuration -Configuration options can be set through a configuration file. +Grain will automatically create the configurations and relay metadata files necessary if they do not already exist when you first run the program. -There is an example config in this repo. Copy the example config to config.yml to get started - -```bash -cp config.example.yml config.yml -``` - -Additionally, you may set metadata Information for your relay with `relay_matadata.json` - -```bash -cp relay_metadata.example.json relay_metadata.json -``` +They are created in the root directory of Grain. Feel free to change any coinfigurations you want in these files. ### TODO