From dca2af73431a18c8459d4e4a408ba93bf36e758e Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 4 Dec 2024 20:38:01 +0000 Subject: [PATCH] chore: capitalize list items and add periods to env.py.md instructions --- 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" ```