shashi / FileTrees.jl

Parallel computing with a tree of files metaphor
http://shashi.biz/FileTrees.jl
Other
88 stars 6 forks source link

quick thing re pkg.add in readme #24

Closed ym-han closed 4 years ago

ym-han commented 4 years ago

I'm on Julia 1.5, and it required a url flag for the url in the pkg.add. That is, it required

using Pkg
Pkg.add(url = "https://github.com/shashi/FileTrees.jl")

and not just

using Pkg
Pkg.add("https://github.com/shashi/FileTrees.jl")
shashi commented 4 years ago

Oh thanks!

I updated the readme to install the latest tagged release.