Skip to content

Commit f7b66e9

Browse files
feat: added roseyya install instruction for apple silicon machine in Tutorials's setup component (#352)
1 parent 81b2fe5 commit f7b66e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/quick-start/developers/_setup.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ import TabItem from '@theme/TabItem';
77
- Basic knowledge of terminal commands
88
- **IDE** - Install [VS Code](https://code.visualstudio.com/)
99

10+
**Note for Apple Silicon users:**
11+
12+
Ensure that Rosetta is installed, if it is not, use the following command:
13+
14+
```bash title="Terminal"
15+
softwareupdate --install-rosetta
16+
```
17+
1018
**Install Required Packages**
1119

1220
- [Install dotnet 8.0.x SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)

0 commit comments

Comments
 (0)