From 853fd41c060ac3b96ff901369e8e8ae5780a5e2e Mon Sep 17 00:00:00 2001 From: Joseph Ditton Date: Mon, 10 Jan 2022 09:23:17 -0700 Subject: [PATCH] add message to readme about wsl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0112c85..77144dd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A starter app with Postgres, NestJS, and React ## Cloning the project +IMPORTANT Windows users should setup WSL first before cloning. See [WSL_SETUP.md](/WSL_SETUP.md) This app is designed to used as a starting point for another application so you will want to clone the project into a folder that matches your app. Run ```bash $ git clone git@github.com:dittonjs/NestStarterApp.git