I found a package <https://github.com/sbos/AdaGram.jl> on github that I installed as follows into Julia,
Pkg.clone("https://github.com/sbos/AdaGram.jl.git")
Pkg.build("AdaGram")
Now I wanted to modify the package and see those changes. So, I cloned the
repo and made my changes in the code. I ran Pkg.build("AdaGram") again, but
my changes did not take effect.
What am I doing wrong? I am totally new to Julia so it will be a great
help.
