We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b2fe5 commit f7b66e9Copy full SHA for f7b66e9
docs/quick-start/developers/_setup.md
@@ -7,6 +7,14 @@ import TabItem from '@theme/TabItem';
7
- Basic knowledge of terminal commands
8
- **IDE** - Install [VS Code](https://code.visualstudio.com/)
9
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
18
**Install Required Packages**
19
20
- [Install dotnet 8.0.x SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
0 commit comments