awslabs / git-secrets

Prevents you from committing secrets and credentials into git repositories
Apache License 2.0
12.36k stars 1.17k forks source link

Revise Windows installation command #133

Closed ghost closed 1 year ago

ghost commented 5 years ago

ps is the process listing command (installed as part of git bash); it does not invoke PowerShell. The command given in the readme actually overwrites install.ps1 with the output of the process list. Invoking powershell -file install.ps1 will do the job.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

ghost commented 4 years ago

bump?