Closed eldond closed 7 months ago
When the makefile clones repos to ~/.julia/dev/, the repo names should have the .jl ending removed. So ProjectTorryePines/OMAS.jl should be cloned into OMAS (e.g. git clone git@github.com:ProjectTorryePines/OMAS.jl OMAS)
git clone git@github.com:ProjectTorryePines/OMAS.jl OMAS
When the makefile clones repos to ~/.julia/dev/, the repo names should have the .jl ending removed. So ProjectTorryePines/OMAS.jl should be cloned into OMAS (e.g.
git clone git@github.com:ProjectTorryePines/OMAS.jl OMAS
)