fix: removed chrome canary note
Browse files
README.md
CHANGED
@@ -163,9 +163,7 @@ You have two options for running Bolt.DIY: directly on your machine or using Doc
|
|
163 |
```bash
|
164 |
pnpm run dev
|
165 |
```
|
166 |
-
|
167 |
-
**Important Note**: If you're using Google Chrome, you'll need Chrome Canary for local development. [Download it here](https://www.google.com/chrome/canary/)
|
168 |
-
|
169 |
### Option 2: Using Docker
|
170 |
|
171 |
This option requires some familiarity with Docker but provides a more isolated environment.
|
|
|
163 |
```bash
|
164 |
pnpm run dev
|
165 |
```
|
166 |
+
|
|
|
|
|
167 |
### Option 2: Using Docker
|
168 |
|
169 |
This option requires some familiarity with Docker but provides a more isolated environment.
|