diff --git a/docs/development.rst b/docs/development.rst index fd6726b4..c98b364a 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -2,6 +2,13 @@ For Development ========================= +If you want to try the latest version or contribute to RD-Agent. You can install it from the source and follow the commands in this page. + + .. code-block:: bash + + git clone https://github.com/microsoft/RD-Agent + + 🔧Prepare for development =========================