Update README.md

This commit is contained in:
divyam234 2024-07-27 01:03:55 +05:30 committed by GitHub
parent d178964e1f
commit 2265ec72e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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