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