mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-10-06 13:26:08 +08:00
Update README.md
This commit is contained in:
parent
d178964e1f
commit
2265ec72e3
1 changed files with 3 additions and 3 deletions
|
@ -47,19 +47,19 @@ Telegram Drive is a powerful utility that enables you to organise your telegram
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -sSL instl.vercel.app/divyam234/teldrive/linux | bash
|
curl -sSL https://instl.vercel.app/divyam234/teldrive/linux | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
iwr instl.vercel.app/divyam234/teldrive/windows | iex
|
iwr https://instl.vercel.app/divyam234/teldrive/windows | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
#### macOS
|
#### macOS
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -sSL instl.vercel.app/divyam234/teldrive/macos | bash
|
curl -sSL https://instl.vercel.app/divyam234/teldrive/macos | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
### Deploy using docker-compose
|
### Deploy using docker-compose
|
||||||
|
|
Loading…
Add table
Reference in a new issue