mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-09 00:29:57 +08:00
Update README.md
This commit is contained in:
parent
d709b18926
commit
d178964e1f
1 changed files with 3 additions and 5 deletions
|
@ -44,24 +44,22 @@ Telegram Drive is a powerful utility that enables you to organise your telegram
|
||||||
|
|
||||||
### One Line Installer
|
### One Line Installer
|
||||||
|
|
||||||
[![install count](https://img.shields.io/endpoint?url=https://instl.sh/api/v1/badge/shields.io/stats/divyam234/teldrive&style=for-the-badge)](https://instl.sh/divyam234/teldrive)
|
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -sSL instl.sh/divyam234/teldrive/linux | bash
|
curl -sSL instl.vercel.app/divyam234/teldrive/linux | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
iwr instl.sh/divyam234/teldrive/windows | iex
|
iwr instl.vercel.app/divyam234/teldrive/windows | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
#### macOS
|
#### macOS
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -sSL instl.sh/divyam234/teldrive/macos | bash
|
curl -sSL instl.vercel.app/divyam234/teldrive/macos | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
### Deploy using docker-compose
|
### Deploy using docker-compose
|
||||||
|
|
Loading…
Reference in a new issue