Skip to content

Commit

Permalink
Fix typo in git-runic installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Dec 17, 2024
1 parent 6625854 commit 113e41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 113e41f

Please sign in to comment.