docs: Add one-line installer for Linux

This commit is contained in:
divyam234 2024-02-13 14:50:12 +05:30
parent 5a668b8afd
commit fe19a77b6e

View file

@ -102,6 +102,13 @@ docker compose up -d
- Add same config file as above. - Add same config file as above.
- Now, run the Teldrive executable binary directly. - Now, run the Teldrive executable binary directly.
- You can also set up without config file. - You can also set up without config file.
**One line installer for linux**
```sh
curl -s https://i.jpillora.com/divyam234/teldrive | bash # install in current directory
curl -s https://i.jpillora.com/divyam234/teldrive! | bash # install in /usr/local/bin
```
```sh ```sh
teldrive run --tg-app-id="" --tg-app-hash="" --jwt-secret="" --db-data-source="" teldrive run --tg-app-id="" --tg-app-hash="" --jwt-secret="" --db-data-source=""
``` ```