mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 02:16:09 -05:00
[Docs] Fix docs post pip install refactor (#969)
* Fix downloader * Fix bank * Fix cog manager * Fix config * Fix readme * Add docs/test link to readme * Add docs codeowners
This commit is contained in:
19
README.rst
19
README.rst
@@ -1,14 +1,27 @@
|
||||
[](http://makeapullrequest.com)
|
||||
.. image:: https://readthedocs.org/projects/red-discordbot/badge/?version=v3-develop
|
||||
:target: http://red-discordbot.readthedocs.io/en/v3-develop/?badge=v3-develop
|
||||
:alt: Documentation Status
|
||||
|
||||
## Red - Discord Bot v3
|
||||
.. image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
|
||||
:target: http://makeapullrequest.com
|
||||
:alt: PRs Welcome
|
||||
|
||||
********************
|
||||
Red - Discord Bot v3
|
||||
********************
|
||||
|
||||
**This is alpha and very much a work in progress. Regular use is not recommended.
|
||||
There will not be any effort not to break current installations.**
|
||||
|
||||
### How to install
|
||||
How to install
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
Using python3 pip::
|
||||
|
||||
pip install --process-dependency-links -U git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop
|
||||
redbot-setup
|
||||
redbot <name>
|
||||
|
||||
To install all requirements for docs and tests::
|
||||
|
||||
pip install --process-dependency-links -U git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop#egg=red-discordbot[tests,docs]
|
||||
|
||||
Reference in New Issue
Block a user