From edb1614941f87e184144543c3d404046637b15c0 Mon Sep 17 00:00:00 2001 From: Brian Majewski Date: Mon, 4 May 2026 13:31:36 -0700 Subject: [PATCH] Update README to correct the repository URL for the secrets tool - Changed the clone command for the secrets tool from SSH to HTTPS for easier access. - Ensured consistency in instructions for downloading the secrets tool across different sections of the README. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb1bb4f..318ad2b 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,8 @@ Files like `.envrc` (direnv) and `.environment-*` are intentionally **not** trac # 1. Install the encryption tool brew install age -# 2. Download the secrets tool -# Replace with your GitHub username or org -git clone git@github.com:/secrets.git ~/dev/secrets +# 2. Download the secrets tool (this repo — contains only the CLI, no secret files) +git clone https://github.com/bmajewski/secrets.git ~/dev/secrets # 3. Make the 'secrets' command available everywhere # Add this line to your shell config file (~/.zshrc on Mac): @@ -99,7 +98,7 @@ On each new machine (your desktop, a teammate's laptop, etc.): ```bash # 1. Install prerequisites and the tool (same as steps 1-3 above) brew install age -git clone git@github.com:/secrets.git ~/dev/secrets +git clone https://github.com/bmajewski/secrets.git ~/dev/secrets export PATH="$HOME/dev/secrets:$PATH" # add to ~/.zshrc # 2. Clone the encrypted secrets repo