Skip to content

Commit c0ec909

Browse files
Update todo.md
1 parent 6f74398 commit c0ec909

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tutorial/todo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Working knowledge of Rails required
2626

2727
### Chapter 1: Setting Things Up
2828

29-
1) `rails new MyApp`
30-
2) `cd MyApp` directory
31-
3) add `gem 'hyperloop'` to the Gemfile
32-
4) `bundle install`
33-
5) `run rails g hyperloop:install`
29+
+ `rails new MyApp`
30+
+ `cd MyApp` directory
31+
+ add `gem 'hyperloop'` to the Gemfile
32+
+ `bundle install`
33+
+ `run rails g hyperloop:install`
3434

3535
#### Start the Rails app
3636

0 commit comments

Comments
 (0)