diff --git a/apps/website/versioned_docs/version-v2.x/guides/frontend.md b/apps/website/versioned_docs/version-v2.x/guides/frontend.md index a54fd1818b..8ce77d07ea 100644 --- a/apps/website/versioned_docs/version-v2.x/guides/frontend.md +++ b/apps/website/versioned_docs/version-v2.x/guides/frontend.md @@ -17,13 +17,18 @@ Start by cloning the MACI Platform repo: git clone https://github.com/privacy-scaling-explorations/maci-platform ``` -Head to the folder and install the dependencies: +Head to the folder, checkout to the v1 release and install the dependencies: ```bash cd maci-platform && \ +git checkout v1 && \ pnpm install ``` +:::note +This guide uses the v1 version of MACI Platform, for documentation related to each version head to the repository docs [here](https://github.com/privacy-scaling-explorations/maci-platform/blob/main/docs/01_setup.md). +::: + ## Configuration Copy the example variables and update them accord to your needs: