Skip to content

Commit 6d72c90

Browse files
committed
update
1 parent 47cdc28 commit 6d72c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Recipes (e.g. `l1`, `opstack`) assemble opinionated components and pre-baked con
1616

1717
### Install with script (recommended)
1818

19-
On Linux and macOS, you can install to `/usr/local/bin` with:
19+
On Linux and macOS, you can install the latest version to `/usr/local/bin` with:
2020

2121
```bash
2222
curl -sSfL https://raw.githubusercontent.com/flashbots/builder-playground/main/install.sh | bash
2323
```
2424

25-
This installs the latest version by default. If you need to install a different version, please specify the version in the beginning like:
25+
If you need to install a specific version, you can use the `VERSION` env var in the beginning like:
2626
```bash
2727
VERSION=1.2.3 curl -sSfL https://raw.githubusercontent.com/flashbots/builder-playground/main/install.sh | bash
2828
```

0 commit comments

Comments
 (0)