Skip to content

Commit 71bc874

Browse files
committed
Improve installation instructions, fixes rmosolgo#4472
1 parent 7afcb78 commit 71bc874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2>Install the Gem</h2>
1212
<div class="teaser">
1313
{% highlight bash %}
1414
# Download the gem:
15-
gem install graphql
15+
bundle add graphql
1616
# Setup with Rails:
1717
rails generate graphql:install
1818
{% endhighlight %}

0 commit comments

Comments
 (0)