From d8c520f880cf470b7c2561e70a98e1a11077625e Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Tue, 20 Aug 2024 09:06:19 +0200 Subject: [PATCH] docs: fix example env file path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 642603e..3a9ed90 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You can take a look at our custom [varnish-post](https://github.com/zazuko/varni ```sh npm install # Install dependencies -cp .env.example .env # Copy environment variables +cp example.env .env # Copy environment variables file # Open your editor, and fill the environment variables in the `.env` file npm run start # Start the script ```