mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +08:00
Add instructions to clean the source tree (#1114)
* add instructions to clean the source tree * update
This commit is contained in:
committed by
Robert Nishihara
parent
7a954f4b5f
commit
6109cc0782
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user