chore: update env.py.md with corrected environment variable documentation

This commit is contained in:
retoor 2024-12-04 20:38:01 +00:00
parent 990c6adffe
commit ca8eb4f89e

View File

@ -19,9 +19,9 @@ password = env.secret
```
## Create a secret variable
1. execute `python3 env.py`
2. enter password when asked
3. copy this source in your `~/.bashrc`
1. Execute `python3 env.py`.
2. Enter password when asked.
3. Copy this source in your `~/.bashrc`.
```bash
export SECRET="your-base64-encoded-password-made-with-env.py"
```