From 16f727625dd30e673c9617447952d10b72f210c8 Mon Sep 17 00:00:00 2001 From: razzmatazz <50492920+jazzshu@users.noreply.github.com> Date: Mon, 24 Feb 2025 09:17:09 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcf39ae..9260e44 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Pre-built binaries are available for Linux, macOS, and Windows from the [GitHub #### Linux ```bash curl -L -o kubectllama \ - https://github.com/JasonShuyinta/kubectllama/releases/latest/download/kubectllama-linux-amd64 + https://github.com/jazzshu/kubectllama/releases/latest/download/kubectllama-linux-amd64 chmod +x kubectllama sudo mv kubectllama /usr/local/bin/ ``` @@ -43,7 +43,7 @@ sudo mv kubectllama /usr/local/bin/ #### macOS ```bash curl -L -o kubectllama \ - https://github.com/JasonShuyinta/kubectllama/releases/latest/download/kubectllama-macos-amd64 + https://github.com/jazzshu/kubectllama/releases/latest/download/kubectllama-macos-amd64 chmod +x kubectllama sudo mv kubectllama /usr/local/bin/ ``` @@ -66,7 +66,7 @@ If you prefer to build kubectllama yourself or want to modify the code: 1. **Clone the repository**: ```bash -git clone https://github.com/JasonShuyinta/kubectllama.git +git clone https://github.com/jazzshu/kubectllama.git cd kubectllama ```