We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff65d2 commit 292b1eaCopy full SHA for 292b1ea
README.md
@@ -45,9 +45,12 @@ YERD revolutionizes PHP development by providing a zero-friction environment man
45
## ⚡ Quick Start
46
47
```bash
48
-# One-line installation
49
-curl -sSL https://raw.githubusercontent.com/LumoSolutions/yerd/main/install.sh | bash
+curl -sSL https://raw.githubusercontent.com/LumoSolutions/yerd/main/install.sh | sudo bash
+```
50
+
51
+Then:
52
53
+```bash
54
# Install PHP 8.4 with a single command
55
sudo yerd php 8.4 install
56
@@ -373,4 +376,4 @@ MIT License - see [LICENSE](LICENSE) for details.
373
376
374
377
*Stop managing environments. Start shipping code.*
375
378
-</div>
379
+</div>
0 commit comments