cspotcode / npm-pwsh

Install PowerShell via npm for use in npm scripts or elsewhere.
12 stars 5 forks source link

Mac support #2

Closed cspotcode closed 6 years ago

cspotcode commented 6 years ago

Does the Linux AppImage work on Mac? If not, is the Mac package portable?

cspotcode commented 6 years ago

Update on this: PowerShell Core is also distributed as a .tar.gz for Mac. get-powershell 0.0.5 downloads and extracts the .tar.gz for Mac, but I still need to test on a real Mac to see if it works.

cspotcode commented 6 years ago

I installed on a Mac and pwsh --version Seems to work.