Update readme to explain env better #141

This commit is contained in:
Jonathan Staab 2023-08-28 09:10:47 -07:00
parent 625718fbf9
commit 7ca57ae961
1 changed files with 1 additions and 1 deletions

View File

@ -40,5 +40,5 @@ You can find a more complete changelog [here](./CHANGELOG.md).
- Clone the project repository: `git clone https://github.com/coracle-social/coracle.git`
- Navigate to the project directory: `cd coracle`
- Install dependencies: `yarn`
- Add an env file from the template: `cp env.template env.local`
- Customize configuration in `.env` (optional)
- Start the development server: `yarn dev`