Update README.md
Browse files
README.md
CHANGED
|
@@ -183,6 +183,38 @@ DEFAULT_NUM_CTX=8192
|
|
| 183 |
|
| 184 |
---
|
| 185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 186 |
## Available Scripts
|
| 187 |
|
| 188 |
Here are the available commands for managing the application:
|
|
|
|
| 183 |
|
| 184 |
---
|
| 185 |
|
| 186 |
+
### Update Your Local Version to the Latest
|
| 187 |
+
|
| 188 |
+
To keep your local version of Bolt.diy up to date with the latest changes, follow these steps for your operating system:
|
| 189 |
+
|
| 190 |
+
#### 1. **Navigate to your project folder**
|
| 191 |
+
Navigate to the directory where you cloned the repository and open a terminal:
|
| 192 |
+
|
| 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:
|
| 209 |
+
|
| 210 |
+
```bash
|
| 211 |
+
pnpm run dev
|
| 212 |
+
```
|
| 213 |
+
|
| 214 |
+
This ensures that you're running the latest version of Bolt.diy and can take advantage of all the newest features and bug fixes.
|
| 215 |
+
|
| 216 |
+
---
|
| 217 |
+
|
| 218 |
## Available Scripts
|
| 219 |
|
| 220 |
Here are the available commands for managing the application:
|