From 589d50e47523a2b49cdf9f883b28788b321cc07e Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 16 May 2024 21:33:15 +0530 Subject: [PATCH] Mention in docs --- docs/docs/self-hosting/troubleshooting/yarn.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/self-hosting/troubleshooting/yarn.md b/docs/docs/self-hosting/troubleshooting/yarn.md index 7d8d13b00..7e6656b8b 100644 --- a/docs/docs/self-hosting/troubleshooting/yarn.md +++ b/docs/docs/self-hosting/troubleshooting/yarn.md @@ -8,3 +8,6 @@ description: Fixing yarn install errors when trying to self host Ente If your `yarn install` is failing, make sure you are using Yarn Classic - https://classic.yarnpkg.com/lang/en/docs/install + +For more details, see the [getting started +instructions](https://github.com/ente-io/ente/blob/main/web/docs/new.md).