svilupp / AIHelpMe.jl

Harnessing Julia's Rich Documentation for Tailored AI-Assisted Coding Guidance
https://svilupp.github.io/AIHelpMe.jl/dev/
MIT License
30 stars 5 forks source link

fix install instruction #4

Closed PGimenez closed 4 months ago

PGimenez commented 4 months ago

url kwarg is needed otherwise installing yields this error

ERROR: https://github.com/svilupp/AIHelpMe.jl is not a valid package name. Perhaps you meant https://github.com/svilupp/AIHelpMe The argument appears to be a URL or path, perhaps you meant Pkg.add(url="...") or Pkg.add(path="...").

svilupp commented 4 months ago

Aah, of course! Thank you!