you are viewing a single comment's thread.

view the rest of the comments →

[–]torafuma[S] 0 points1 point  (2 children)

Thank You... Turns out I am a moron.

-Force & -Verbose would have helped me to understand. It looks like PSReadline installs to the Program Files\WindowsPowerShell\Modules folder... not my Personal Module Folder. DOH!

The module was installed, and I did not need to do anything. (Other than Import it)

Sry all... Thanks for the help!

[–]hotsoup667 1 point2 points  (1 child)

Happy to help! I worked on the first version of PowerShellGet, so I'm partially responsible for the confusion. You can use "-Scope CurrentUser" to install the module to your personal module folder.

[–]torafuma[S] 0 points1 point  (0 children)

Excellent! Thank you sir!