You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
You may also want to install[terminal-plus](https://atom.io/packages/terminal-plus) used in the example above.
25
25
@@ -31,8 +31,8 @@ Toggle open *Atom-CodeRoad* using the *Packages* menu or press *ctrl-alt-0*.
31
31
32
32
To install a tutorial, setup a*package.json* file and save the tutorial as a dependency. Make sure[NodeJS](nodejs.org) is already installed.
33
33
34
-

35
-
36
34
You can setup a project quickly by typing`> npm init --y` into the command line in your project's folder. This agrees to all of the defaults for your newly created*package.json* file.
37
35
38
36
Now you can install a tutorial. Run`> npm install --save-dev $THE-PACKAGE-NAME$` to save the tutorial as a package development dependency. If you run*Atom-CodeRoad* you should see the tutorial appear on the first screen.
37
+
38
+
