Updates Docs (#474)

Fixes Readme
This commit is contained in:
Sriyansh Shivam
2023-10-01 06:23:05 -04:00
committed by GitHub
parent 06a5cb504e
commit d8bc06b966

View File

@ -104,7 +104,7 @@ List of things you need to run the project locally and how to install them.
1. [Fork](https://github.com/origranot/reduced.to/fork) / Clone this repository
2. Install NPM packages
```sh
npm install && npm run install:all
npm install
```
3. Copy `.example.env` to `.env` and fill it properly (see [Configuration](#-configuration))
4. Make sure you have a local instance of PostgreSQL running on port 5432. If not, you can run it using docker: