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 28e9473 commit ae8bdaf
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions docs/source/getting-started/setting-up-your-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Or, via a Gemfile:
source 'https://rubygems.org'
gem 'bcome'
Which you can then install via bundle:
Which you can then install via bundler:

.. code-block:: bash
Expand All @@ -38,15 +38,25 @@ Now run the initializer to create your configuration files & directories:
bcome init
Your project directory should now look as follows:
Or if you've installed via bundler

.. code-block:: bash
bundle exec bcome init
.. hint::

It's better to use bundler and even better to alias ``bundle exec bcome`` in your $PATH to shorten how you invoke the framework. I normally alias to just ``b``

If you've correctly set everything up, your project directory should now look as follows:

.. code-block:: bash
.
├── .aws
├── .gauth
├── .aws/
├── .gauth/
│   └── googles-not-so-secret-client-secrets.json
├── .kubectl
├── .kubectl/
└── bcome
├── k8_hierarchy.yml
├── metadata
Expand Down

0 comments on commit ae8bdaf

Please sign in to comment.