Skip to content

Commit 4459985

Browse files
authored
readme updates (#59)
1 parent 0cd8e73 commit 4459985

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

computer-use-demo/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Please use [this form](https://forms.gle/BT1hpBrqDPDUrCqo7) to provide feedback
3131

3232
### Anthropic API
3333

34+
> [!TIP]
35+
> You can find your API key in the [Anthropic Console](https://console.anthropic.com/).
36+
3437
```bash
3538
export ANTHROPIC_API_KEY=%your_api_key%
3639
docker run \
@@ -138,7 +141,6 @@ Environment variables `WIDTH` and `HEIGHT` can be used to set the screen size. F
138141
```bash
139142
docker run \
140143
-e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \
141-
-v $(pwd)/computer_use_demo:/home/computeruse/computer_use_demo/ \
142144
-v $HOME/.anthropic:/home/computeruse/.anthropic \
143145
-p 5900:5900 \
144146
-p 8501:8501 \

0 commit comments

Comments
 (0)