Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Add Termux installation instructions to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
FSX committed Jan 15, 2017
1 parent f2c3f63 commit f3d83ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ Date format is year-month-day.

- Add a new renderer class with XSS protections. By Changaco. (`#60`_)
- Add Python 2.6 support. By sprin. (`#48`_)
- Add Termux_ installation instructions to documentation.

.. _#60: https://github.com/FSX/misaka/pull/60
.. _#48: https://github.com/FSX/misaka/pull/48
.. _Termux: https://github.com/termux/termux-packages/issues/218


2.0.0 (2015-10-22)
Expand Down
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ Or grab the source from Github::

Consult the `CFFI documentation`_ if you experience problems installing CFFI.

Use the following commands to install Misaka in Termux_::

apt update
apt upgrade
apt install clang python python-dev libffi libffi-dev
pip install misaka

.. _Termux: https://termux.com/
.. _CFFI documentation: https://cffi.readthedocs.org/en/latest/installation.html


Expand Down

0 comments on commit f3d83ec

Please sign in to comment.