Update env.py.md
This commit is contained in:
parent
25607b941e
commit
7c24134897
@ -19,9 +19,9 @@ password = env.secret
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Create a secret variable
|
## Create a secret variable
|
||||||
1. execute `python3 env.py`
|
1. Execute `python3 env.py`.
|
||||||
2. enter password when asked
|
2. Enter password when asked.
|
||||||
3. copy this source in your `~/.bashrc`
|
3. Copy this source in your `~/.bashrc`.
|
||||||
```bash
|
```bash
|
||||||
export SECRET="your-base64-encoded-password-made-with-env.py"
|
export SECRET="your-base64-encoded-password-made-with-env.py"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user