From a2b01d06858334f733b6a75501301fe587fa4b6a Mon Sep 17 00:00:00 2001 From: skobkin Date: Wed, 6 Nov 2024 17:59:12 +0000 Subject: [PATCH] Updating README.md on .env configurations --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac502d4..af66fec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # scripts -Random scripts for different tasks \ No newline at end of file +Random scripts for different tasks + +## Configuration + +If the script provides any configuration, make a copy of `.env.dist` file to `.env` and edit configuration there. + +```shell +cd some_script +cp .env.dist .env +nano .env +``` \ No newline at end of file