Skip to content

Commit 62adf08

Browse files
committed
Fix installation script URL in README.md
Signed-off-by: Eric Curtin <eric.curtin@docker.com>
1 parent 221db47 commit 62adf08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This plugin enables vLLM to run on Apple Silicon Macs using Metal Performance Sh
99
Install the latest release with a single command:
1010

1111
```bash
12-
curl -fsSL https://raw.githubusercontent.com/vllm-project/main/install.sh | bash
12+
curl -fsSL https://raw.githubusercontent.com/vllm-project/vllm-metal/main/install.sh | bash
1313
```
1414

1515
### From Source

0 commit comments

Comments
 (0)