From 05b75772ca5bc115cede070b9663c0a219750054 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 5 Jan 2022 20:35:20 -0800 Subject: [PATCH] Add install instructions to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ec6663e..6299945 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Easily download releases from sites like Github and Gitea Originally hosted at https://git.iamthefij.com/iamthefij/release-gitter.git +## Installation + +From pypi `pip install release-gitter` + +Alternatively, you can download `release_gitter.py` and run that file as long as you have `requests` installed. + ## Usage At minimum, release-gitter can be used to download the latest release file for a given repo using something like the following: