Skip to content

Commit 5d6e683

Browse files
authored
Merge pull request #431 from codeforboston/windows-readme
Update README.md for Windows users
2 parents 737dbc6 + ae58604 commit 5d6e683

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,18 @@ This method uses Docker to run the complete application stack.
2727

2828
1. Make sure that [Docker](https://www.docker.com) is installed on your machine.
2929

30-
2. Create a `.env` file by running `cp .env.template .env` in the root of your local project folder, and add your preferred PostgreSQL username and password:
30+
2. Create a `.env` file by running `cp .env.template .env` in the root of your local project folder, and add your preferred PostgreSQL username and password.
3131

3232
> **Note**
3333
> When running locally, you may need to update one of the ports in the `.env` file if it conflicts with another application on your machine.
3434
35+
> **Note**
36+
> Windows users will need to run the following in PowerShell before proceeding:
37+
> ```
38+
> winget install dos2unix
39+
> dos2unix run_dev.sh
40+
> ```
41+
3542
3. Build and run the project.
3643
3744
```

0 commit comments

Comments
 (0)