Updating README.md on .env configurations
This commit is contained in:
parent
b26c680e52
commit
a2b01d0685
10
README.md
10
README.md
|
@ -1,3 +1,13 @@
|
||||||
# scripts
|
# 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