Skip to content

Commit

Permalink
add bundle init command on installation page (PR #4485)
Browse files Browse the repository at this point in the history
  • Loading branch information
djl101 authored and mojavelinux committed Sep 27, 2023
1 parent a4ea950 commit 880f043
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/modules/install/pages/ruby-packaging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ Note that it's possible that the prerelease version is older than the latest sta

== Bundler

. Create a Gemfile in the root folder of your project (or the current directory)
. Add the `asciidoctor` gem to your Gemfile as follows:
. Create a Gemfile in the root folder of your project (or the current directory):

$ bundle init

. Add the `asciidoctor` gem to the bottom of your Gemfile as follows:
+
[,ruby,subs=attributes+]
----
source 'https://rubygems.org'
gem 'asciidoctor'
# or specify the version explicitly
# gem 'asciidoctor', '{release-version}'
Expand Down

0 comments on commit 880f043

Please sign in to comment.