Skip to content

Commit 292b1ea

Browse files
Modify installation command in README
Updated installation command to use 'sudo' for permissions.
1 parent aff65d2 commit 292b1ea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ YERD revolutionizes PHP development by providing a zero-friction environment man
4545
## ⚡ Quick Start
4646

4747
```bash
48-
# One-line installation
49-
curl -sSL https://raw.githubusercontent.com/LumoSolutions/yerd/main/install.sh | bash
48+
curl -sSL https://raw.githubusercontent.com/LumoSolutions/yerd/main/install.sh | sudo bash
49+
```
50+
51+
Then:
5052

53+
```bash
5154
# Install PHP 8.4 with a single command
5255
sudo yerd php 8.4 install
5356

@@ -373,4 +376,4 @@ MIT License - see [LICENSE](LICENSE) for details.
373376

374377
*Stop managing environments. Start shipping code.*
375378

376-
</div>
379+
</div>

0 commit comments

Comments
 (0)