From be8e14b1d5ae7e83c567f71e4b2286a22ebee30d Mon Sep 17 00:00:00 2001 From: you-n-g Date: Sat, 31 Aug 2024 20:49:48 +0800 Subject: [PATCH] docs: Update development.rst (#235) --- docs/development.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 =========================