Skip to content

Commit 81a946d

Browse files
authored
Merge pull request #43 from josephmarkus/patch-1
Update README.md: add missing GEM package installation instructions
2 parents 96d3327 + 057f3f0 commit 81a946d

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,29 @@ Where generators are used, the git commit will be the command ran to get to the
88

99
#### 1) Install the JS packages:
1010

11+
```sh
12+
$ yarn install # or npm install
1113
```
12-
$ yarn # or npm install
14+
15+
#### 2) Install GEM packages:
16+
17+
```
18+
$ bundle install
1319
```
1420

15-
#### 2) In one terminal run the rails server:
21+
#### 3) In one terminal run the rails server:
1622

1723
```
1824
$ rails s
1925
```
2026

21-
#### 3) In another terminal run the webpack server:
27+
#### 4) In another terminal run the webpack server:
2228

2329
```
2430
$ ./bin/webpack-dev-server
2531
```
2632

27-
#### 4) Visit the welcome page
33+
#### 5) Visit the welcome page
2834

2935
```
3036
http://localhost:3000/welcome/index

0 commit comments

Comments
 (0)