Skip to content

Commit e764d1f

Browse files
committed
edit installation instructions
1 parent e3ebab2 commit e764d1f

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

_posts/atom-coderoad/2016-01-03-installation.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ categories:
66
- atom-coderoad
77
---
88

9-
To play a **tutorial**, you'll only need **Atom-CodeRoad**.
9+
To install **atom-coderoad**, you have two options:
1010

11-
You can install Atom packages inside of Atom through the following menus: "Atom -> Preferences -> Install", and search for "atom-coderoad".
11+
1. Inside of Atom, select the following menus:
1212

13-
You may also choose to install *Atom Shell Commands* under the "Atom" menu. Shell commands allow you to quickly install Atom packages from the command line, for example: `> apm install atom-coderoad`.
13+
* Atom
14+
* Preferences
15+
* Install
16+
* search for "atom-coderoad"
17+
18+
1. Use [Atom Shell Commands](https://atom.io/packages/atom-shell-commands).
19+
20+
```shell
21+
> apm install atom-coderoad
22+
```

_posts/builder-coderoad/2016-01-03-installation.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ categories:
66
- builder-coderoad
77
---
88

9-
To create a **tutorial**, you'll need **Builder-CodeRoad**.
9+
To install **builder-coderoad**, you have two options:
1010

11-
You can install Atom packages inside of Atom through the following menus: "Atom -> Preferences -> Install", and search for "builder-coderoad".
11+
1. Inside of Atom, select the following menus:
1212

13-
You may also choose to install *Atom Shell Commands* under the "Atom" menu. Shell commands allow you to quickly install Atom packages from the command line, for example: `> apm install builder-coderoad`.
13+
* Atom
14+
* Preferences
15+
* Install
16+
* search for "builder-coderoad"
17+
18+
1. Use [Atom Shell Commands](https://atom.io/packages/atom-shell-commands).
19+
20+
```shell
21+
> apm install builder-coderoad
22+
```

0 commit comments

Comments
 (0)