|
22 | 22 | - [✨ Why Choose TVM](#-why-choose-tvm) |
23 | 23 | - [📋 Table of Contents](#-table-of-contents) |
24 | 24 | - [🚀 Quick Start](#-quick-start) |
25 | | - - [📦 Installation](#-installation) |
| 25 | + - [Installation](#installation) |
26 | 26 | - [Prerequisites](#prerequisites) |
| 27 | + - [One-Liner Install](#one-liner-install) |
27 | 28 | - [Method 1: Quick Install (Recommended)](#method-1-quick-install-recommended) |
28 | 29 | - [Post-Installation Setup](#post-installation-setup) |
29 | | - - [💡 Usage Examples](#-usage-examples) |
| 30 | + - [Usage Examples](#usage-examples) |
30 | 31 | - [Basic Version Management](#basic-version-management) |
31 | 32 | - [Advanced Usage](#advanced-usage) |
32 | 33 | - [Plugin Management](#plugin-management) |
|
38 | 39 | - [**Legacy Project Support**](#legacy-project-support) |
39 | 40 | - [**Testing and Development**](#testing-and-development) |
40 | 41 | - [**Team Standardization**](#team-standardization) |
| 42 | + - [**Plugin Compatibility Issues**](#plugin-compatibility-issues) |
41 | 43 | - [🔧 How It Works](#-how-it-works) |
42 | 44 | - [🔗 Command Aliases](#-command-aliases) |
43 | 45 | - [⚠️ Important Limitations](#️-important-limitations) |
@@ -78,14 +80,22 @@ tvm plugins:status |
78 | 80 |
|
79 | 81 | TVM handles version switching and plugin management automatically. |
80 | 82 |
|
81 | | -## 📦 Installation |
| 83 | +## Installation |
82 | 84 |
|
83 | 85 | ### Prerequisites |
84 | 86 |
|
85 | 87 | - **PHP 7.4+** (PHP 8.1+ recommended for Terminus 4.x) |
86 | 88 | - **Git** (for repository operations) |
87 | 89 | - **curl** (for downloading PHAR files) |
88 | 90 |
|
| 91 | +### One-Liner Install |
| 92 | + |
| 93 | +> **WARNING**: Always review scripts before executing them. Run at your own risk! |
| 94 | +
|
| 95 | +```bash |
| 96 | +curl -fsSL https://raw.githubusercontent.com/lcatlett/tvm/master/install.sh | bash |
| 97 | +``` |
| 98 | + |
89 | 99 | ### Method 1: Quick Install (Recommended) |
90 | 100 |
|
91 | 101 | ```bash |
@@ -126,7 +136,7 @@ tvm install latest |
126 | 136 | terminus --version |
127 | 137 | ``` |
128 | 138 |
|
129 | | -## 💡 Usage Examples |
| 139 | +## Usage Examples |
130 | 140 |
|
131 | 141 | ### Basic Version Management |
132 | 142 |
|
|
0 commit comments