Update env.py.md

This commit is contained in:
retoor 2024-12-04 20:38:01 +00:00
parent 25607b941e
commit 7c24134897

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"
```