Skip to content

Commit 64fa440

Browse files
committed
Add cloning instructions to README.md for improved setup guidance
1 parent c1cc0a5 commit 64fa440

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,22 @@ curl -sSf https://astral.sh/uv/install.sh | bash
2424

2525
For more details, visit the [official uv documentation](https://github.com/astral-sh/uv).
2626

27+
### Cloning the Repository
28+
To get started, clone the repository to your local machine. Open your terminal and run:
29+
30+
```powershell
31+
git clone SOME_URL
32+
```
33+
34+
Then navigate to the cloned directory:
35+
36+
```powershell
37+
cd applied-programming
38+
```
39+
2740
### Setting Up Your Environment
2841

29-
After installing uv, simply run:
42+
After installing uv and cloning the repository, simply run:
3043

3144
```powershell
3245
uv sync

0 commit comments

Comments
 (0)