Skip to content

Commit

Permalink
feat: added roseyya install instruction for apple silicon machine in …
Browse files Browse the repository at this point in the history
…Tutorials's setup component (#352)
  • Loading branch information
RutvikGhaskataEalf authored Dec 23, 2024
1 parent 81b2fe5 commit f7b66e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/quick-start/developers/_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f7b66e9

Please sign in to comment.