From e1d7faaf9d8bca906d2f9f847cb16161a4fabe29 Mon Sep 17 00:00:00 2001 From: tkb-github <130416721+tkb-github@users.noreply.github.com> Date: Sat, 24 Aug 2024 14:14:32 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- docs/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 6a4a1275..7babcc5c 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -20,8 +20,8 @@ If you prefer working from the command line, you can follow the steps below to k ```bash # Make sure you have git installed -$ git clone --single-branch --filter=blob:none --sparse --depth=1 -$ cd HuangSupplement/ +$ git clone --single-branch --filter=blob:none --sparse --depth=1 git@github.com:t18d/attested-conjectures.git +$ cd attested-conjectures/ $ git sparse-checkout set --no-cone '/*' '!/assets/*.webp' '!/assets/*.pdf' ```