Update README.md
Browse files
README.md
CHANGED
@@ -193,9 +193,9 @@ To keep your local version of Bolt.diy up to date with the latest changes, follo
|
|
193 |
#### 2. **Fetch the Latest Changes**
|
194 |
Use Git to pull the latest changes from the main repository:
|
195 |
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
|
200 |
#### 3. **Update Dependencies**
|
201 |
After pulling the latest changes, update the project dependencies by running the following command:
|
|
|
193 |
#### 2. **Fetch the Latest Changes**
|
194 |
Use Git to pull the latest changes from the main repository:
|
195 |
|
196 |
+
```bash
|
197 |
+
git pull origin main
|
198 |
+
```
|
199 |
|
200 |
#### 3. **Update Dependencies**
|
201 |
After pulling the latest changes, update the project dependencies by running the following command:
|