From 7ca57ae96168be758e6f447706d8a023c7efe11f Mon Sep 17 00:00:00 2001 From: Jonathan Staab Date: Mon, 28 Aug 2023 09:10:47 -0700 Subject: [PATCH] Update readme to explain env better #141 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df1d3062..520f8e67 100644 --- a/README.md +++ b/README.md @@ -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`