dotnet / command-line-api

Command line parsing, invocation, and rendering of terminal output.
https://github.com/dotnet/command-line-api/wiki
MIT License
3.41k stars 382 forks source link

Improve documentation for Installation of shim script for dotnet-suggest on Windows #410

Closed srsaggam closed 5 years ago

srsaggam commented 5 years ago

_"For PowerShell, add dotnet-suggest-shim.ps1 to C:\Users\\Documents\PowerShell\Microsoft.PowerShellprofile.ps1."

The documentation for installing shim script is not fully detailed. 1) The path doesnt seem to exist for all Windows users. ( echo $PsHome )

2) If the profile file doesnt exist we need to create one.

Thanks @wli3 for helping figure out this.

I know we are trying to automate this till then we may wanna update the documentation for other who wanted to test.

jonsequitur commented 5 years ago

I've updated the wiki: https://github.com/dotnet/command-line-api/wiki/dotnet-suggest.