Skip to content

Commit 3b618b4

Browse files
committed
fix description / add duplicate of requirements for edit link
1 parent c4c7327 commit 3b618b4

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# Site settings
44
title: CodeRoad
55
description: |
6-
Interactive Coding Tutorials
7-
In Your Editor
6+
Interactive Coding Tutorials in your Editor
87
owner: Shawn McKay
98
first_published: 2016
109
email: coderoad-app@gmail.com

_posts/atom-coderoad/2016-01-02-requirements.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ link: requirements
44
file: 2016-01-02-requirements.md
55
categories:
66
- atom-coderoad
7-
- builder-coderoad
87
---
98

109
Atom-CodeRoad & Builder-CodeRoad both have several key dependencies before starting:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Requirements
3+
link: requirements
4+
file: 2016-01-02-requirements.md
5+
categories:
6+
- builder-coderoad
7+
---
8+
9+
Atom-CodeRoad & Builder-CodeRoad both have several key dependencies before starting:
10+
11+
| Name | Min Version | Description |
12+
|--------|-------------|-------------|
13+
| NodeJS | >0.10.x | Check your version with `> node -v`<br /> Download the latest from [nodejs.org](/nodejs.org) |
14+
| NPM | >3.x.x< | Check your version with `> npm -v`<br /> NPM comes installed with NodeJS,<br /> and can be updated with `> npm install -g npm` |
15+
| Atom Editor | >1.6.0 | A popular code editor available at [Atom.io](//atom.io) |

0 commit comments

Comments
 (0)