From 931711fe74552bbf02ab1561e4d9daf4c4709242 Mon Sep 17 00:00:00 2001 From: FourTOne5 <107297513+FourTOne5@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:18:41 +0600 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c35106629..43e586ad9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ small, just do a normal full clone instead.** 1. Do a partial clone. ```bash git clone --filter=blob:none --sparse - cd extensions/ + cd extensions-source/ ``` 2. Configure sparse checkout.