From 7c24134897245ebab71d812f6f079a78bdf2e6b2 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 4 Dec 2024 20:38:01 +0000 Subject: [PATCH] Update env.py.md --- env.py.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/env.py.md b/env.py.md index 3acfc3c..32aa904 100644 --- a/env.py.md +++ b/env.py.md @@ -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" ```