From f46d4f8624099558db24b22258f7ecead4e0bd0c Mon Sep 17 00:00:00 2001 From: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:40:45 +0200 Subject: [PATCH] README.md: fix settings filename in the development instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb143e..dd513df 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $ pnpm install && pnpm build $ cd .. # Copy necessary files to the backend folder $ cp -r website/dist assets/webpage && cp -r assets backend/assets -$ cp example.config.toml backend/example.toml +$ cp example.config.toml backend/config.toml # Run the server $ cd backend $ cargo run