From 113e41f8478a19ca34fff399a34765d74627ded9 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Tue, 17 Dec 2024 12:31:11 +0100 Subject: [PATCH] Fix typo in git-runic installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 570cea8..6455af1 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ julia --project=@runic -e 'using Pkg; Pkg.add("Runic")' curl -fsSL -o ~/.local/bin/runic https://raw.githubusercontent.com/fredrikekre/Runic.jl/refs/heads/master/bin/runic chmod +x ~/.local/bin/runic # Install the git-runic shell script -curl -fsSL -o ~/.local/bin/runic https://raw.githubusercontent.com/fredrikekre/Runic.jl/refs/heads/master/bin/git-runic +curl -fsSL -o ~/.local/bin/git-runic https://raw.githubusercontent.com/fredrikekre/Runic.jl/refs/heads/master/bin/git-runic chmod +x ~/.local/bin/git-runic ```