diff --git a/README.md b/README.md index 3b8d427..98d6c67 100644 --- a/README.md +++ b/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** Use Git to pull the latest changes from the main repository: - ```bash - git pull origin main - ``` + ```bash + git pull origin main + ``` #### 3. **Update Dependencies** After pulling the latest changes, update the project dependencies by running the following command: - ```bash - pnpm install - ``` + ```bash + pnpm install + ``` #### 4. **Run the Application** Once the updates are complete, you can start the application again with: