Skip to content

Commit ab1f020

Browse files
authored
Update Download Guidance (#2213)
1 parent 2cec03f commit ab1f020

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

documentation/Downloading.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ care about specific bug fixes or features go there.
1414
## Shortcut to Download the Latest PerfView.exe
1515

1616
In the common case, you only need one file, PerfView.exe, to use the tool. The most recent copy of
17-
this file can be downloaded [directly from this link](https://github.com/microsoft/perfview/releases/latest/download/PerfView.exe).
17+
this file can be downloaded [directly from this link](https://aka.ms/perfview/latest).
1818

1919
Once you click the above link in your browser it will start downloading, the details of which vary from browser to browser.
2020
In some cases it will prompt for more information (IE) and in others (Chrome) it may not be obvious that
@@ -25,6 +25,12 @@ Once downloaded you you can simply double click on the downloaded EXE to launch
2525
While Github itself and your browser do some validation, to be extra careful you can
2626
also explicitly validate the digital signature of the downloaded file before running it.
2727

28+
You can also script download PerfView.exe using curl:
29+
30+
```
31+
curl -L -o perfview.exe https://aka.ms/perfview/latest
32+
```
33+
2834
### Explicitly Validating PerfView's Digital Signature
2935

3036
Like all official Microsoft software, PerfView.exe is digitally signed

0 commit comments

Comments
 (0)