diff --git a/docs/changelog.rst b/docs/changelog.rst index d25f4e6..1da9417 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) diff --git a/docs/index.rst b/docs/index.rst index 4c22eea..8e142a9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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