Browse Source

Fix typo in git-runic installation

pull/127/head
Fredrik Ekre 12 months ago
parent
commit
113e41f847
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 2
      README.md

2
README.md

@ -46,7 +46,7 @@ julia --project=@runic -e 'using Pkg; Pkg.add("Runic")' @@ -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
```

Loading…
Cancel
Save