From a62ac29defae717cb2c7b7405b46efee71eba0e5 Mon Sep 17 00:00:00 2001 From: TippyFlits Date: Wed, 23 Jul 2025 16:34:40 +0100 Subject: [PATCH] Update install-and-run-curio.md Synapse branch checkout is no longer required. Users should default to main. --- storage-providers/pdp/install-and-run-curio.md | 1 - 1 file changed, 1 deletion(-) diff --git a/storage-providers/pdp/install-and-run-curio.md b/storage-providers/pdp/install-and-run-curio.md index 195984507..97fe15b3c 100644 --- a/storage-providers/pdp/install-and-run-curio.md +++ b/storage-providers/pdp/install-and-run-curio.md @@ -31,7 +31,6 @@ Clone the repository and switch to the PDP branch: ```sh git clone https://github.com/filecoin-project/curio.git cd curio -git checkout synapse ``` {% hint style="info" %}