Skip to content

Commit

Permalink
Add install script for Runic.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jpthiele committed Nov 12, 2024
1 parent c50ce9f commit 8b646a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/formatters/installers/runic.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# install recent julia through JuliaUp
curl -fsSL https://install.julialang.org | sh -s -- --yes
# install Runic.jl in @runic shared project
julia -e 'using Pkg; Pkg.add(Runic.jl)'

0 comments on commit 8b646a4

Please sign in to comment.