From 133176e594ac996f4b39048fccb65f14c1955742 Mon Sep 17 00:00:00 2001 From: Khaeljy Date: Thu, 4 Jan 2024 09:41:07 +0100 Subject: [PATCH] Fix typo (#683) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c357c95d..55e024ee5 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ make build Copy the `.env.example` file to a `.env` file and populate each variable ```console -cp examples/.env.example .env +cp .env.example .env ``` Meanwhile you can just use unit tests to dev.