Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume authored and guillaume committed Nov 9, 2022
1 parent 1d6ca4b commit d6847cc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/network/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ A Bcome installation is configured through the definition of a networks.yml conf
* Declare nodes through parent-child relationships
* Declare your nodes' configuration elements, for example, your SSH architecture.

To begin, navigate to your project directory, and then within the `bcome` directory, ensure that you have created a networks.yml file.
To begin, navigate to your project directory, and initialize your project using:

For reference, have a look at what your project structure should look like: :doc:`../getting-started/create-project-structure`.
.. code-block:: bash
bcome init
For more information see: :doc: `../getting-started/setting-up-your-project`.

Also understand what the available Bcome nodes are: :doc:`../core-concepts/nodes`.

Expand Down

0 comments on commit d6847cc

Please sign in to comment.