Updating README.md on .env configurations
This commit is contained in:
parent
b26c680e52
commit
a2b01d0685
12
README.md
12
README.md
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue