Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions to run uber-juno after installation #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Download, install and open [Atom](https://atom.io). If you have it already, make

In Atom, go to Settings (<kbd>Ctrl ,</kbd>, or <kbd>Cmd ,</kbd> on OS X) and go to the "Install" panel.

Type `uber-juno` into the search box and hit enter. Click the install button on the package of the same name.
Type `uber-juno` into the search box and hit enter. Click the install button on the package of the same name. Click the settings button on the package you have just installed. Unmark the checkbox named Disable on the settings of uber-juno. Restart Atom.

Atom will then set up Juno for you, installing the required Atom and Julia packages. Once the setup is done you're good to go!

Expand Down