From c520deed9c5ae78317ea0b51f5be4eb16be6abd7 Mon Sep 17 00:00:00 2001 From: Edzel <49880817+DerZombiiie@users.noreply.github.com> Date: Mon, 6 Sep 2021 02:03:57 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0283b3..4cccfc6 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,17 @@ cd a-blog 3. configurate ```bash +cp config/config.example.yaml config/config.yaml nano config/config.yaml ``` -4. start up +4. create storge files +```bash +touch storage/posts.json +touch storage/comments.json +``` + +5. start up ```bash node node/app ```