Skip to content

Commit 02d204c

Browse files
committed
readme update
1 parent 3252b3e commit 02d204c

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,34 @@
22

33
Interactive coding tutorials inside of the Atom editor.
44

5-
** Currently early alpha. Expect changes. **
5+
** Currently early alpha. Expect issues & changes. **
66

77

8-
### Setup
8+
## Setup
9+
10+
##### Install Atom Package
911

1012
apm install atom-coderoad
1113

14+
##### Enable Autosave
15+
16+
To enable autosave in Atom, go to Atom > Preferences > Packages > search for "autosave" > settings > check "enabled".
1217

13-
### Roadmap
18+
## Roadmap
1419

20+
##### v1.0.0
21+
* Autorun test setting
22+
* Improved test failure display
1523
* Lint input before running (ESLint)
1624
* Loaders for different file types (ES2015, TypeScript, CoffeeScript, etc.)
1725
* Hints
1826
* Improved animations
27+
* Test Tools
28+
29+
##### v2.0.0
1930
* User accounts
2031
* Record progress to db
21-
* Test Tools
32+
* Tutorial ratings
2233
* Optional test frameworks (Mocha, Jasmine, etc.)
2334
* Different programming languages (Python, Swift, etc.)
2435
* Suggestions?

0 commit comments

Comments
 (0)