I was following the installation instructions for Juno specified here: https://github.com/JunoLab/atom-julia-client/tree/master/manual
I ran the following commands:
Pkg.update()
Pkg.add("Atom")
using Atom
Then, when I open up Atom, I tried to look for the language-julia package, but Atom is unable to find anything called that. What could I be doing wrong?