From a2fd7837b6ca56f5049ec8e3ffd23ce5740c1fca Mon Sep 17 00:00:00 2001 From: Arjun Aditya Date: Fri, 11 Oct 2024 21:01:08 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f16e57..846c2b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,38 @@ ## Contributing Guide -work in progress \ No newline at end of file +- Test + +``` +make test +``` + +- Lint + +``` +make lint +``` + +### Platform-Specific Build Commands + +- Windows + +``` +make windows-amd +``` + +- MacOS + +``` +make linux-amd +``` + +``` +make darwin-arm +``` + +- Linux + +``` +make linux-arm +``` +