Skip to content

Commit b3231c5

Browse files
authored
Revise README with clone steps (#3088)
Updated caution note to important and added clone instructions. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Clarified setup for the news-use example by adding git clone and cd steps so users can run it easily. Also changed the version note to IMPORTANT to highlight the required browser-use v0.7.7+." <!-- End of auto-generated description by cubic. -->
2 parents c427f9f + fd2d11a commit b3231c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/apps/news-use/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Automatically monitor news websites and extract the latest articles with sentiment analysis using browser agents and Google Gemini.
44

5-
> [!CAUTION]
5+
> [!IMPORTANT]
66
> This demo requires browser-use v0.7.7+.
77
88
https://github.com/user-attachments/assets/698757ca-8827-41f3-98e5-c235d6eef69f
@@ -27,6 +27,12 @@ Export your Gemini API key, get it from: [Google AI Studio](https://makersuite.g
2727
export GEMINI_API_KEY='your-google-api-key-here'
2828
```
2929

30+
Clone the repo and cd into the app folder
31+
```bash
32+
git clone https://github.com/browser-use/browser-use.git
33+
cd browser-use/examples/apps/news-use
34+
```
35+
3036
## Usage
3137

3238
```bash

0 commit comments

Comments
 (0)