Skip to content

Commit 4bed6ac

Browse files
committed
Add apt update before installing git
1 parent e1fbb68 commit 4bed6ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/content/docs/start-here/initial-setup.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ Follow Microsoft's official guide to install WSL: https://learn.microsoft.com/en
2525

2626
<Steps>
2727
1. Ensure you have Git installed. If you are using Ubuntu 24.04 LTS or later, or installed the default WSL distribution, you should already have it installed.
28-
If not, open a terminal and run the following command to install Git:
28+
If not, open a terminal and run the following commands to install Git:
2929

3030
```shell
31+
sudo apt update
3132
sudo apt install git
3233
```
3334

0 commit comments

Comments
 (0)