Skip to content

Commit c057809

Browse files
authored
Update README.md
1 parent 513ec9f commit c057809

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,27 @@ Test my app on http://localhost:3000. Use web-eval-agent.
6464
2. [Install uv](https://docs.astral.sh/uv/#highlights)
6565

6666
```bash
67-
curl -LsSf https://astral.sh/uv/install.sh | sh)
67+
curl -LsSf https://astral.sh/uv/install.sh | sh
6868
```
6969

70+
3. Source environment variables after installing UV
71+
72+
Mac
73+
```
74+
source ~/.zshrc
75+
```
76+
77+
Linux
78+
```
79+
source ~/.bashrc
80+
```
7081
4. Install playwright:
7182

7283
```bash
7384
npm install -g chromium playwright && uvx --with playwright playwright install --with-deps
7485
```
75-
6. Add below JSON to your relevant code editor with api key
76-
7. Restart your code editor
86+
5. Add below JSON to your relevant code editor with api key
87+
6. Restart your code editor
7788

7889
## 🔃 Updating
7990
- `uv cache clean`

0 commit comments

Comments
 (0)