Skip to content

Commit 10dd439

Browse files
author
lifehackett
committed
fix: move comment out of code block to make copy/paste easier
1 parent 3aaa959 commit 10dd439

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,28 @@ uv is backed by [Astral](https://astral.sh), the creators of
4848

4949
Install uv with our standalone installers:
5050

51+
**On macOS and Linux.**
52+
5153
```bash
52-
# On macOS and Linux.
5354
curl -LsSf https://astral.sh/uv/install.sh | sh
5455
```
5556

57+
**On Windows.**
58+
5659
```bash
57-
# On Windows.
5860
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
5961
```
6062

6163
Or, from [PyPI](https://pypi.org/project/uv/):
64+
**With pip.**
6265

6366
```bash
64-
# With pip.
6567
pip install uv
6668
```
6769

70+
**Or pipx.**
71+
6872
```bash
69-
# Or pipx.
7073
pipx install uv
7174
```
7275

0 commit comments

Comments
 (0)