Skip to content

Commit

Permalink
Make it easier to install apipie-rails
Browse files Browse the repository at this point in the history
The absence of dollar signs will make it possible to copy, paste and execute all three commands at once.
  • Loading branch information
vassilevsky committed Aug 17, 2015
1 parent becc75b commit eb6d600
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -27,11 +27,11 @@ Getting started

The easiest way to get Apipie up and running with your app is:

.. code::
.. code:: sh
$ echo "gem 'apipie-rails'" >> Gemfile
$ bundle install
$ rails g apipie:install
echo "gem 'apipie-rails'" >> Gemfile
bundle install
rails g apipie:install
Now you can start documenting your resources and actions (see
`DSL Reference`_ for more info):
Expand Down

0 comments on commit eb6d600

Please sign in to comment.