We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384815c commit 04a17fbCopy full SHA for 04a17fb
README.md
@@ -68,10 +68,11 @@ publicly hosted version thereof. In particular:
68
69
It is possible to run FemtoCleaner locally (to fix, for example, deprecations in a private repository).
70
71
-Install `FemtoCleaner` (currently working on Julia v0.6.x only) using
+Install `FemtoCleaner` (currently working on Julia v0.6.x only https://julialang.org/downloads/oldreleases.html ) using
72
73
```jl
74
Pkg.clone("https://github.com/Keno/AbstractTrees.jl")
75
+Pkg.checkout("AbstractTrees.jl","kf/for06")
76
Pkg.clone("https://github.com/JuliaComputing/Deprecations.jl")
77
Pkg.clone("https://github.com/JuliaComputing/FemtoCleaner.jl")
78
```
0 commit comments