Skip to content

Commit

Permalink
docs: improve front page
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 committed Jan 27, 2023
1 parent 9909214 commit 49d087d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ pip install git+https://github.com/ooliver1/mafic
> **Warning**
> Mafic is in public alpha, do not use in production.
There are no examples as of now, neither are there any docs just yet, for development purposes, `test_bot` contains the start of a bot using mafic.
There are no examples as of now. For development purposes, `test_bot` contains the start of a bot using mafic.
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
Welcome to mafic's documentation!
=================================

Mafic is a properly typehinted lavalink client for discord.py, nextcord, disnake and py-cord.

.. toctree::
:maxdepth: 2
:caption: Contents:
Expand Down
7 changes: 5 additions & 2 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ Mafic is on PyPI, so it can be installed via pip.
he command varies depending on your system,
generally use what you used to install your Discord library.

.. warning::

Mafic is not on PyPI as it is not stable.

.. tab:: Windows

.. code-block:: powershell
> py -m pip install mafic
> py -m pip install git+https://github.com/ooliver1/mafic
.. tab:: MacOS / Linux

.. code-block:: sh
$ python3 -m pip install mafic
$ python3 -m pip install git+https://github.com/ooliver1/mafic

0 comments on commit 49d087d

Please sign in to comment.