Changed README to indicate that sudo _may_ be required for global installation on MacOS or Linux.

This commit is contained in:
Eric Traut 2022-08-14 07:23:54 -07:00
parent 7f01c4fb31
commit 261686a4d7

View File

@ -96,7 +96,7 @@ Alternatively, you can install the command-line version of Pyright directly from
To install pyright globally:
`npm install -g pyright`
On MacOS or Linux, sudo is required to install globally:
On MacOS or Linux, sudo may be required to install globally:
`sudo npm install -g pyright`
To update to the latest version: