Skip to content

Commit 5143eec

Browse files
authored
Merge pull request #642 from AvaloniaUI/dev-tools-update-commands
Added commands for updating Accelerate Developer Tools.
2 parents 1c43e82 + 95be6d3 commit 5143eec

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

accelerate/tools/dev-tools/getting-started.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,30 @@ For Linux:
4848
dotnet 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

0 commit comments

Comments
 (0)