From f65fad4d879ac1c3f3d09e7945ace4a80c341d36 Mon Sep 17 00:00:00 2001 From: Vedant Madane <6527493+VedantMadane@users.noreply.github.com> Date: Mon, 24 Aug 2026 09:39:13 +0530 Subject: [PATCH] fix: docs: Add README.md for chainlearn-docs package - README.md: quick start Fixes #3 Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0e8045a..65c046d 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,9 @@ New to ChainLearn? Start here: ## License Documentation is licensed under CC BY 4.0. Code examples are MIT licensed. + +## Quick start + +1. Clone this repository. +2. Install prerequisites from project files. +3. Build and run the project's standard tests.