Update README.md

master
DerZombiiie 2021-08-25 17:37:21 +02:00 committed by GitHub
parent 4f36adda76
commit 245d82d73d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -8,13 +8,17 @@ a nodejs express jsonDB blog
1. clone this repo 1. clone this repo
```bash ```bash
git clone github.com/Eds-trash-can/a-blog.git``` git clone github.com/Eds-trash-can/a-blog.git
```
2. go into dir 2. go into dir
```bash ```bash
cd a-blog``` cd a-blog
```
3. configurate 3. configurate
````bash ````bash
nano config/config.yaml``` nano config/config.yaml
```
4. start up 4. start up
```bash ```bash
node node/app``` node node/app
```