WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit fe550bb

Browse files
committed
Add one liner to docs.
1 parent 67cda49 commit fe550bb

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
- [✨ Why Choose TVM](#-why-choose-tvm)
2323
- [📋 Table of Contents](#-table-of-contents)
2424
- [🚀 Quick Start](#-quick-start)
25-
- [📦 Installation](#-installation)
25+
- [Installation](#installation)
2626
- [Prerequisites](#prerequisites)
27+
- [One-Liner Install](#one-liner-install)
2728
- [Method 1: Quick Install (Recommended)](#method-1-quick-install-recommended)
2829
- [Post-Installation Setup](#post-installation-setup)
29-
- [💡 Usage Examples](#-usage-examples)
30+
- [Usage Examples](#usage-examples)
3031
- [Basic Version Management](#basic-version-management)
3132
- [Advanced Usage](#advanced-usage)
3233
- [Plugin Management](#plugin-management)
@@ -38,6 +39,7 @@
3839
- [**Legacy Project Support**](#legacy-project-support)
3940
- [**Testing and Development**](#testing-and-development)
4041
- [**Team Standardization**](#team-standardization)
42+
- [**Plugin Compatibility Issues**](#plugin-compatibility-issues)
4143
- [🔧 How It Works](#-how-it-works)
4244
- [🔗 Command Aliases](#-command-aliases)
4345
- [⚠️ Important Limitations](#️-important-limitations)
@@ -78,14 +80,22 @@ tvm plugins:status
7880

7981
TVM handles version switching and plugin management automatically.
8082

81-
## 📦 Installation
83+
## Installation
8284

8385
### Prerequisites
8486

8587
- **PHP 7.4+** (PHP 8.1+ recommended for Terminus 4.x)
8688
- **Git** (for repository operations)
8789
- **curl** (for downloading PHAR files)
8890

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+
8999
### Method 1: Quick Install (Recommended)
90100

91101
```bash
@@ -126,7 +136,7 @@ tvm install latest
126136
terminus --version
127137
```
128138

129-
## 💡 Usage Examples
139+
## Usage Examples
130140

131141
### Basic Version Management
132142

0 commit comments

Comments
 (0)