We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f74398 commit c0ec909Copy full SHA for c0ec909
docs/tutorial/todo.md
@@ -26,11 +26,11 @@ Working knowledge of Rails required
26
27
### Chapter 1: Setting Things Up
28
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`
++ `rails new MyApp`
++ `cd MyApp` directory
++ add `gem 'hyperloop'` to the Gemfile
++ `bundle install`
++ `run rails g hyperloop:install`
34
35
#### Start the Rails app
36
0 commit comments