From c45fb2c23aab934fe5002f59cc004bba6ca899e9 Mon Sep 17 00:00:00 2001 From: Mahesh Anand Kadri Date: Fri, 13 Oct 2023 00:10:11 +0530 Subject: [PATCH 1/2] Update README.md Missing command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ac58e65..6b65eb7 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ Requires `node 16.18` npm install ``` +### Create app config +Create an app.config.js which can be edited for custom settings. +``` +cp src/config/app.config.example.js ./src/config/app.config.js +``` + ### Compiles and hot-reloads for development ``` npm run serve From 96a52463f543600ef6c6eccca6e13d70bf2e56e5 Mon Sep 17 00:00:00 2001 From: Mahesh Anand Kadri Date: Fri, 13 Oct 2023 16:00:07 +0530 Subject: [PATCH 2/2] Update README.md consistency fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b65eb7..66f5149 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ npm install ### Create app config Create an app.config.js which can be edited for custom settings. ``` -cp src/config/app.config.example.js ./src/config/app.config.js +cp src/config/app.config.example.js src/config/app.config.js ``` ### Compiles and hot-reloads for development