LlamaFinetuneGGUF commited on
Commit
74b6d27
·
unverified ·
1 Parent(s): 9b48f24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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
- ```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:
 
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: