MilesCranmer commited on
Commit
81463ee
1 Parent(s): e0d94cd

Re-link downloads for julia

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -23,7 +23,10 @@ annealing, and classical optimization of constants.
23
 
24
  ## Installation
25
 
26
- Install Julia - see instructions for [mac](https://julialang.org/downloads/platform/#macos) and [linux](https://julialang.org/downloads/platform/#linux_and_freebsd). Then, at the command line,
 
 
 
27
  install the `Optim` and `SpecialFunctions` packages via:
28
  `julia -e 'import Pkg; Pkg.add("Optim"); Pkg.add("SpecialFunctions")'`.
29
 
 
23
 
24
  ## Installation
25
 
26
+ Install Julia - see [downloads](https://julialang.org/downloads/), and
27
+ then instructions for [mac](https://julialang.org/downloads/platform/#macos)
28
+ and [linux](https://julialang.org/downloads/platform/#linux_and_freebsd).
29
+ Then, at the command line,
30
  install the `Optim` and `SpecialFunctions` packages via:
31
  `julia -e 'import Pkg; Pkg.add("Optim"); Pkg.add("SpecialFunctions")'`.
32