Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed May 22, 2024
1 parent b2e814a commit 6589547
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

Setup is in **two** steps, which only need to be executed successfully once:

- 1. [Install a correct version of the Julia compiler](FIRST_STEPS.md).
1. [Install a correct version of the Julia compiler](FIRST_STEPS.md).

- 2. **In a new Julia session** type the following at the `julia>` prompt, inlcuding a RETURN at the end of each line (or do copy/paste + one final RETURN):
2. **In a new Julia session** type the following at the `julia>` prompt, inlcuding a
RETURN at the end of each line (or do copy/paste + one final RETURN):

```julia
ENV["JULIA_PKG_PRECOMPILE_AUTO"]=0
Expand Down

0 comments on commit 6589547

Please sign in to comment.