Skip to content

Commit 04a17fb

Browse files
authored
Update README.md
1 parent 384815c commit 04a17fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ publicly hosted version thereof. In particular:
6868

6969
It is possible to run FemtoCleaner locally (to fix, for example, deprecations in a private repository).
7070

71-
Install `FemtoCleaner` (currently working on Julia v0.6.x only) using
71+
Install `FemtoCleaner` (currently working on Julia v0.6.x only https://julialang.org/downloads/oldreleases.html ) using
7272

7373
```jl
7474
Pkg.clone("https://github.com/Keno/AbstractTrees.jl")
75+
Pkg.checkout("AbstractTrees.jl","kf/for06")
7576
Pkg.clone("https://github.com/JuliaComputing/Deprecations.jl")
7677
Pkg.clone("https://github.com/JuliaComputing/FemtoCleaner.jl")
7778
```

0 commit comments

Comments
 (0)