Add Termux installation instructions to documentation.
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user