From c68461026a246ae30fde1c7f79ffda7fffaa6d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Sun, 5 May 2019 04:27:34 +0800 Subject: [PATCH] Add snap installation instruction to README (#171) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 2ca9d27c..a8bf23cc 100644 --- a/README.rst +++ b/README.rst @@ -79,6 +79,14 @@ Python 3.4 interpreter and all required packages included. Put this file in your `PATH `__ or use it from the current directory and you are good to go, +Snap +---- + +Linux users that are using a distro that is supported by Snapd_ can install *gallery-dl* from the Snap Store: + +.. code:: bash + + $ snap install gallery-dl Usage ===== @@ -218,6 +226,7 @@ access to *gallery-dl*. Authorize it and you will be shown one or more .. _Requests: http://docs.python-requests.org/en/master/ .. _FFmpeg: https://www.ffmpeg.org/ .. _youtube-dl: https://ytdl-org.github.io/youtube-dl/ +.. _Snapd: https://docs.snapcraft.io/installing-snapd/6735 .. _OAuth: https://en.wikipedia.org/wiki/OAuth .. |pypi| image:: https://img.shields.io/pypi/v/gallery-dl.svg