Skip to content

Commit

Permalink
Clarify Windows install command in README.md (#1751)
Browse files Browse the repository at this point in the history
Specify that the command to run for Windows is for powershell

## Summary

Clarifies the usage of the command to run to install uv on Windows
(powershell only)

## Test Plan

It wasn't 😈

---------

Co-authored-by: konsti <konstin@mailbox.org>
  • Loading branch information
12932 and konstin authored Feb 20, 2024
1 parent 7741e1c commit f668fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Install uv with our standalone installers, or from [PyPI](https://pypi.org/proje
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh

# On Windows.
# On Windows (with PowerShell).
irm https://astral.sh/uv/install.ps1 | iex

# With pip.
Expand Down

0 comments on commit f668fd8

Please sign in to comment.