Add instructions to clean the source tree (#1114)

* add instructions to clean the source tree

* update
This commit is contained in:
Philipp Moritz
2017-10-11 23:13:07 -07:00
committed by Robert Nishihara
parent 7a954f4b5f
commit 6109cc0782
2 changed files with 22 additions and 0 deletions
+11
View File
@@ -58,3 +58,14 @@ that you've cloned the git repository.
.. code-block:: bash
python test/runtest.py
Cleaning the source tree
~~~~~~~~~~~~~~~~~~~~~~~~
The source tree can be cleaned by running
.. code-block:: bash
git clean -f -f -x -d
in the ``ray/`` directory.
+11
View File
@@ -66,3 +66,14 @@ that you've cloned the git repository.
.. code-block:: bash
python test/runtest.py
Cleaning the source tree
~~~~~~~~~~~~~~~~~~~~~~~~
The source tree can be cleaned by running
.. code-block:: bash
git clean -f -f -x -d
in the ``ray/`` directory.