Skip to content

Commit e390db1

Browse files
committed
Change gem install instructions to emphasize bundler
1 parent 5e17fad commit e390db1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ Gets turned into:
2727
__Install the gem.__
2828

2929
```
30-
$ gem install jekyll-angular
30+
# Gemfile
31+
32+
gem 'jekyll-angular'
33+
```
34+
35+
```
36+
$ bundle install
3137
```
3238

3339
__Add the plugin to your config.__
@@ -53,4 +59,3 @@ _Gets processed into..._
5359
<p>{{ bar }}</p>
5460
</div>
5561
```
56-

0 commit comments

Comments
 (0)