From 3d13ba058deb7e90f5ead636b63c6f2c273ab7d9 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 =========================