Suggestion for uber-juno setup instructions

I followed the instructions here: https://github.com/JunoLab/uber-juno/blob/master/setup.md

However, there was an additional required step that is not listed. When I tried to run Julia in Atom, I received the error message below. It appears that the Atom package must be installed via the REPL before I could use Julia in Atom.

Perhaps the solution is self-evident, but why not add this step to the instructions?

Starting Julia…
ERROR: LoadError: ArgumentError: Module Atom not found in current path.
Run Pkg.add("Atom") to install the Atom package.
Stacktrace:
[1] _require(::Symbol) at .\loading.jl:435
[2] require(::Symbol) at .\loading.jl:405
[3] include_from_node1(::String) at .\loading.jl:576
[4] include(::String) at .\sysimg.jl:14
[5] process_options(::Base.JLOptions) at .\client.jl:305
[6] _start() at .\client.jl:371
while loading C:\Users\agag.atom\packages\julia-client\script\boot_repl.jl, in expression starting
on line 21