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 2189301 commit d7426c1Copy full SHA for d7426c1
docs/quick-start/advance-tutorials/_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