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: