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 65e199a commit 75c358eCopy full SHA for 75c358e
README.md
@@ -8,19 +8,19 @@ The Student Robotics public documentation.
8
9
1. [Install Ruby][install-ruby]
10
11
-2. Install Bundler (2.3 or above) and Rake
+1. Install Bundler (2.3 or above) and Rake
12
13
``` shell
14
$ gem install bundler rake
15
```
16
17
-3. Start the app in development mode
+1. Start the app in development mode
18
19
```shell
20
$ rake dev
21
22
23
-4. View the website at <http://localhost:4000/docs/>
+1. View the website at <http://localhost:4000/docs/>
24
25
### Docker
26
0 commit comments