Update README.md
Browse files
README.md
CHANGED
@@ -193,16 +193,16 @@ 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:
|
202 |
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
|
207 |
#### 4. **Run the Application**
|
208 |
Once the updates are complete, you can start the application again with:
|
|
|
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:
|
202 |
|
203 |
+
```bash
|
204 |
+
pnpm install
|
205 |
+
```
|
206 |
|
207 |
#### 4. **Run the Application**
|
208 |
Once the updates are complete, you can start the application again with:
|