dotnet / install-scripts

MIT License
128 stars 68 forks source link

Add usage examples of the two primary modes of invoking this script #409

Closed baronfel closed 6 months ago

baronfel commented 8 months ago

Also provide a user shorthand that maps -help to Get-Help -Examples based on recurring user feedback.

We get a lot of internal feedback about the usability of the scripts - this is a small change to provide some usage-based examples of how to use the script, as well as provide a shortcut for a common user gesture for -help. Many folks that work on multiple platforms aren't used to reaching for Get-Help in Powershell, so we can do that for them.

I also tweaked the bash usage examples to show the bi-modal nature of the script.

baronfel commented 7 months ago

I'm happy to merge this as soon as someone approves it.