diff --git a/README.md b/README.md index 3b03665..55620db 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,5 @@ -[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=T8E56M6SP9JH2) - -Limnoria (an IRC bot) plugins I wrote or forked. All working under Python 3. +Limnoria (an IRC bot) plugins I wrote or forked. Use at own risk. Requires [Limnoria](https://github.com/ProgVal/Limnoria), obviously. Additional requirements in requirements.txt files -Plugins assume Python 3.10+, though many may still work with older versions. - -Easy installation: - -load PluginDownloader
-repolist oddluck
-install oddluck PluginName
-cd YourBotDirectory/plugins/PluginName
-python3 -m pip install -r requirements.txt --upgrade
-load PluginName
- -See README files in plugin directories for additional information and instructions. - -gitlab mirror: https://gitlab.com/oddluck/limnoria-plugins - [![License: WTFPL](https://img.shields.io/badge/license-WTFPL-brightgreen.svg)](http://www.wtfpl.net/about/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)