From c5fc31c35246ed4df8407b1ce4d3a8c4cd023fc4 Mon Sep 17 00:00:00 2001 From: Disparate2761 Date: Mon, 1 Dec 2025 08:57:01 -0500 Subject: [PATCH] docs(buildfromsource): touch up path inconsistencies (#2184) --- docs/getting-started/buildfromsource.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/getting-started/buildfromsource.mdx b/docs/getting-started/buildfromsource.mdx index 90b0588d3..3c28346ef 100644 --- a/docs/getting-started/buildfromsource.mdx +++ b/docs/getting-started/buildfromsource.mdx @@ -26,8 +26,7 @@ sudo mkdir -p /opt/seerr && cd /opt/seerr ``` 2. Clone the Seerr repository and checkout the main branch: ```bash -git clone https://github.com/seerr-team/seerr.git -cd seerr +git clone https://github.com/seerr-team/seerr.git . git checkout main ``` 3. Install the dependencies: