From 934286d2d92ea60afe54cc1146fa60552e17d26a Mon Sep 17 00:00:00 2001 From: Fabio1988 <35898099+Fabio1988@users.noreply.github.com> Date: Wed, 8 Jan 2025 09:18:05 +0100 Subject: [PATCH] fix: adapt readme for config setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 859bb2c..2c69793 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ cd ./ProtoDecoderUI **Copy and adjust config file** ```bash # Copy the config.json file -cp config/example.config.json config/config.json +cp src/config/example.config.json src/config/config.json ``` ### Yarn setup: