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 5c869a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/formatters/installers/runic.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# install recent julia through JuliaUp
curl -fsSL https://install.julialang.org | sh -s -- --yes
source /root/.bashrc
# install Runic.jl in @runic shared project
julia --project=@runic -e 'using Pkg; Pkg.add(Runic)'

0 comments on commit 5c869a6

Please sign in to comment.