Skip to content

Commit

Permalink
expanded project set up
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume authored and guillaume committed Nov 9, 2022
1 parent a52bb87 commit 4658d30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/getting-started/setting-up-your-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Create a project directory:
mkdir project
cd project
.. note::

You've remember to install Ruby 2.5 or greater, right?

Check out how to manage ruby with `rvm <https://rvm.io/>`_`

Install the bcome gem, manually:

.. code-block:: bash
Expand All @@ -30,6 +36,7 @@ Which you can then install via bundler:

.. code-block:: bash
gem install bundler
bundle install
Now run the initializer to create your configuration files & directories:
Expand Down

0 comments on commit 4658d30

Please sign in to comment.