mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
Update README.md
This commit is contained in:
parent
9b48f2471e
commit
74b6d27283
12
README.md
12
README.md
@ -193,16 +193,16 @@ To keep your local version of Bolt.diy up to date with the latest changes, follo
|
|||||||
#### 2. **Fetch the Latest Changes**
|
#### 2. **Fetch the Latest Changes**
|
||||||
Use Git to pull the latest changes from the main repository:
|
Use Git to pull the latest changes from the main repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git pull origin main
|
git pull origin main
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 3. **Update Dependencies**
|
#### 3. **Update Dependencies**
|
||||||
After pulling the latest changes, update the project dependencies by running the following command:
|
After pulling the latest changes, update the project dependencies by running the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm install
|
pnpm install
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 4. **Run the Application**
|
#### 4. **Run the Application**
|
||||||
Once the updates are complete, you can start the application again with:
|
Once the updates are complete, you can start the application again with:
|
||||||
|
Loading…
Reference in New Issue
Block a user