Skip to content

Commit bc1a83f

Browse files
committed
Small fixes
1 parent f2a3be3 commit bc1a83f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
1616

1717
1. **Use this template**
1818

19-
<img src="docs/Screenshot 2025-04-25 at 10.57.33.png" alt="Use this template and create new repository" width="200"/>
19+
<a href="https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers"><img src="docs/Screenshot 2025-04-25 at 10.57.33.png" alt="Use this template and create new repository" width="300"/></a>
2020

21-
Create a new repository based on this template.
21+
[Create a new repository](https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers) based on this template.
2222

2323
2. **Clone repo**
2424

@@ -30,15 +30,15 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
3030

3131
Click the button in the popup upon opening the repo:
3232

33-
<img src="docs/Screenshot 2025-04-24 at 11.59.28.png" alt="Dev Containers: Reopen in Container" width="500"/>
33+
<img src="docs/Screenshot 2025-04-24 at 11.59.28.png" alt="Dev Containers: Reopen in Container" width="450"/>
3434

3535
Alternatively, enter <kbd>Ctrl+Shift+P</kbd> and select **Dev Containers: Reopen in Container**.
3636

3737
4. **Wait for setup to finish**
3838

3939
Upon opening the Devcontainer, setup will start. Wait for the setup to finish before continuing.
4040

41-
<img src="docs/Screenshot 2025-04-23 at 18.00.10.png" alt="Wait for postCreateCommand to finish" width="500"/>
41+
<img src="docs/Screenshot 2025-04-23 at 18.00.10.png" alt="Wait for postCreateCommand to finish" width="600"/>
4242

4343
5. **Select Python interpreter**
4444

@@ -56,7 +56,7 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
5656

5757
with `uv`:
5858

59-
<img src="docs/Screenshot 2025-04-23 at 18.24.49.png" width="600"/>
59+
<img src="docs/Screenshot 2025-04-23 at 18.24.49.png" width="700"/>
6060

6161
and `pytest`:
6262

@@ -66,7 +66,7 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
6666

6767
... and `ruff`:
6868

69-
<img src="docs/Screenshot 2025-04-23 at 18.03.49.png" width="600"/>
69+
<img src="docs/Screenshot 2025-04-23 at 18.03.49.png" width="700"/>
7070

7171
all readily available 🎉
7272

0 commit comments

Comments
 (0)