use GitHub flavoured markdown to emphasis warning and important sections of Readme (#3924)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
കുട്ടൂസ്
2026-01-01 21:42:04 +01:00
committed by GitHub
parent d8633c27c1
commit 974d7469be

View File

@@ -211,7 +211,8 @@ await page.click("#download-button")
## Advanced Usage
### Control your own browser (Chrome)
> ⚠️ WARNING: Since [Chrome 136](https://developer.chrome.com/blog/remote-debugging-port), Chrome refuses any CDP connect to the browser using the default user_data_dir. In order to use your browser data, Skyvern copies your default user_data_dir to `./tmp/user_data_dir` the first time connecting to your local browser. ⚠️
> [!WARNING]
> Since [Chrome 136](https://developer.chrome.com/blog/remote-debugging-port), Chrome refuses any CDP connect to the browser using the default user_data_dir. In order to use your browser data, Skyvern copies your default user_data_dir to `./tmp/user_data_dir` the first time connecting to your local browser.
1. Just With Python Code
```python
@@ -316,7 +317,8 @@ skyvern stop server
```
3. Navigate to `http://localhost:8080` in your browser to start using the UI
> **Important:** Only one Postgres container can run on port 5432 at a time. If you switch from the CLI-managed Postgres to Docker Compose, you must first remove the original container:
> [!Important]
> Only one Postgres container can run on port 5432 at a time. If you switch from the CLI-managed Postgres to Docker Compose, you must first remove the original container:
> ```bash
> docker rm -f postgresql-container
> ```