diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2022-01-10 09:23:17 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2022-01-10 09:23:17 -0700 |
commit | 853fd41c060ac3b96ff901369e8e8ae5780a5e2e (patch) | |
tree | 8cb832f29ac71081e13157b6be2b76c61290205c | |
parent | f5193541f67389d7560b818178d857dd5dd7df77 (diff) | |
download | locchat-853fd41c060ac3b96ff901369e8e8ae5780a5e2e.tar.gz locchat-853fd41c060ac3b96ff901369e8e8ae5780a5e2e.zip |
add message to readme about wsl
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 <YourAppName> |