Updating README.md on .env configurations

This commit is contained in:
Alexey Skobkin 2024-11-06 17:59:12 +00:00
parent b26c680e52
commit a2b01d0685

View file

@ -1,3 +1,13 @@
# scripts
Random scripts for different tasks
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
```