Readme update

This commit is contained in:
Rodrigo Pinto 2020-02-18 23:10:26 -05:00
commit 91d5aa2cd7
2 changed files with 6 additions and 1 deletions

View file

@ -8,9 +8,14 @@ See details in [Gatsby backend on Express and NGINX with reverse proxy](https://
- Clone repository
```
git clone https://github.com/Rodrigoplp/minimal-gatsby-backend.git
```
- Install dependencies
```
cd minimal-gatsby-backend
npm install
```