From 7df67e48600c602846387ed553a270785ed845da Mon Sep 17 00:00:00 2001 From: Nekmo Date: Thu, 29 Jun 2023 18:21:24 +0200 Subject: [PATCH] Updated README.rst. --- README.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index ad1219ac..ec9d8256 100644 --- a/README.rst +++ b/README.rst @@ -92,13 +92,13 @@ chat. However you can define the 👨 destination. For file upload the argument .. code-block:: - ~ $ telegram-upload --to telegram.me/joinchat/AAAAAEkk2WdoDrB4-Q8-gg video.mkv + $ telegram-upload --to telegram.me/joinchat/AAAAAEkk2WdoDrB4-Q8-gg video.mkv You can download files from a specific chat using the --from parameter. For example: .. code-block:: - ~ $ telegram-download --from username + $ telegram-download --from username You can see all `the possible values for the entity in the documentation `_. @@ -154,10 +154,10 @@ Run telegram-upload without installing it on your system using Docker. Instead o and ``telegram-download`` you should use ``upload`` and ``download``. Usage:: - docker run -v :/files/ - -v :/config - -it nekmo/telegram-upload:master - + $ docker run -v :/files/ + -v :/config + -it nekmo/telegram-upload:master + * ````: upload or download directory. * ````: Directory that will be created to store the telegram-upload configuration. @@ -167,10 +167,10 @@ and ``telegram-download`` you should use ``upload`` and ``download``. Usage:: For example:: - docker run -v /media/data/:/files/ - -v $PWD/config:/config - -it nekmo/telegram-upload:master - upload file_to_upload.txt + $ docker run -v /media/data/:/files/ + -v $PWD/config:/config + -it nekmo/telegram-upload:master + upload file_to_upload.txt ❤️ Thanks =========