From e2a1df1038598b94ea4231b6cd13945a790ffe4b Mon Sep 17 00:00:00 2001 From: James Andariese Date: Wed, 1 Nov 2023 19:23:02 -0500 Subject: [PATCH] also fix the README to point directly to the crate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eacc236..5640521 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ First, install Rust. Now, from within the cloned repo, install git-remote-k8s ```bash -cargo install --git https://git.strudelline.net/cascade/git-remote-k8s +cargo install git-remote-k8s ``` ## Prerequisites