From f53bbf218b734c169eac86235a29829447ab893c Mon Sep 17 00:00:00 2001 From: RutvikGhaskataEalf Date: Sun, 22 Dec 2024 22:23:56 +0530 Subject: [PATCH] feat: added roseyya install instruction for apple silicon machine in Tutorials's setup component --- docs/quick-start/developers/_setup.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/quick-start/developers/_setup.md b/docs/quick-start/developers/_setup.md index ed9d4ef1..630131bd 100644 --- a/docs/quick-start/developers/_setup.md +++ b/docs/quick-start/developers/_setup.md @@ -7,6 +7,14 @@ import TabItem from '@theme/TabItem'; - Basic knowledge of terminal commands - **IDE** - Install [VS Code](https://code.visualstudio.com/) +**Note for Apple Silicon users:** + +Ensure that Rosetta is installed, if it is not, use the following command: + +```bash title="Terminal" +softwareupdate --install-rosetta +``` + **Install Required Packages** - [Install dotnet 8.0.x SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)