From 3203ea9f1e848b4563b569d14cfb90f31b5a272a Mon Sep 17 00:00:00 2001 From: yflu Date: Fri, 7 Oct 2022 10:10:33 +0800 Subject: [PATCH] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10c9a33..6b6fbbe 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ On `Windows 10/11`, you can compile `skeema` from source and config the host to ### Backend/Golang ``` -user@proj-root/battle_srv/configs> cp ./configs.template ./configs +user@proj-root/battle_srv/configs> cp -r ./configs.template ./configs ``` ### Frontend