File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed
accelerate/tools/dev-tools Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,30 @@ For Linux:
4848dotnet tool install --global AvaloniaUI.DeveloperTools.Linux
4949```
5050
51- The Developer Tools will notify you when a new version is available.
52- It can be then updated via similar ` dotnet tool update ` command.
51+ The Developer Tools will notify you when a new version is available. It can be then updated by running ` dotnet tool update ` command.
52+
53+ <details >
54+ <summary >Developer tools update commands</summary >
55+
56+ To update on macOS:
57+
58+ ``` bash
59+ dotnet tool update --global AvaloniaUI.DeveloperTools.macOS
60+ ```
61+
62+ To update on Windows:
63+
64+ ``` bash
65+ dotnet tool update --global AvaloniaUI.DeveloperTools.Windows
66+ ```
67+
68+ To update on Linux:
69+
70+ ``` bash
71+ dotnet tool update --global AvaloniaUI.DeveloperTools.Linux
72+ ```
73+ </details >
74+
5375
5476## Step 2: Installing Diagnostics Support package
5577
You can’t perform that action at this time.
0 commit comments