Skip to content

Commit 808c3a2

Browse files
Jerry Kindallccojocar
authored andcommitted
Revise Windows installation command
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.
1 parent c7fbe02 commit 808c3a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ the directory to the current user ``PATH``.
5959

6060
::
6161

62-
PS > ./install.ps1
62+
powershell -file install.ps1
6363

6464
Homebrew (for macOS users)
6565
~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)