From 2f03bd82f6f6b5d705df4b432d79b9d13a8ac553 Mon Sep 17 00:00:00 2001 From: Crisgarner Date: Fri, 6 Dec 2024 04:48:18 -0600 Subject: [PATCH] docs(frontend-guide): added version (#1959) Co-authored-by: Crisgarner <@crisgarner> --- .../website/versioned_docs/version-v2.x/guides/frontend.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 a54fd1818..8ce77d07e 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: