Skip to content

Commit 2c771dd

Browse files
Update README.md
1 parent 1581570 commit 2c771dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Pkg.clone("https://github.com/HaraldHofstaetter/Quadmath.jl")
77
Pkg.build("Quadmath")
88
```
99
##Examples
10-
To get easy access to the examples, make a symbolic link in the home directory:
10+
To get easy access to the examples, copy them into the home directory:
1111
```julia
12-
symlink(joinpath(homedir(), ".julia/v0.4/Quadmath/examples/"), joinpath(homedir(), "Quadmath_examples"))
12+
cp(joinpath(homedir(), ".julia/v0.4/Quadmath/examples/"), joinpath(homedir(), "Quadmath_examples"))
1313
```
1414
Then 'Quadmath_examples' will be listed in the JuliaBox home screen. The examples contain among others
1515
+ [BesselZeros.ipynb](https://github.com/HaraldHofstaetter/Quadmath.jl/blob/master/examples/BesselZeros.ipynb):

0 commit comments

Comments
 (0)