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 ```