ian-small / chloe

5 stars 6 forks source link

chloe.git is absent #7

Open asan-emirsaleh opened 1 year ago

asan-emirsaleh commented 1 year ago

The syntaxis such as

Pkg.clone("https://github.com:arabidopsis/chloe.git")

is outdated. The correct one will be

using Pkg; pkg"add https://github.com:arabidopsis/chloe.git"

But there is no git file in the repository, so the error is caused

ERROR: git repository not found at `https://github.com:arabidopsis/chloe.git`