Skip to content

Commit

Permalink
Merge 74b3dce into ce10a42
Browse files Browse the repository at this point in the history
  • Loading branch information
abegong committed Jul 23, 2019
2 parents ce10a42 + 74b3dce commit 5808e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/getting_started/cli_init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Great Expectations provides a mildly opinionated deployment framework that simpl

This tutorial uses a toy project called ``example_dickens_data_project``, but the same methods should work for most data projects. If you want to follow along with this exact example, start with:

.. code-block::
::

git clone https://github.com/superconductive/example-dickens-data-project.git
cd example-dickens-data-project

By default, everything in the Great Expectations deployment framework will be expressed in a directory structure within a ``great_expectations/`` folder within your version control system. To create this folder, navigate to the root of your project directory in a terminal and run:

.. code-block::
.. code-block:: bash
great_expectations init
Expand Down

0 comments on commit 5808e7a

Please sign in to comment.