diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ Dedicated syntax highlighting server for cgit. Use a simple HTTP server to highlight source for cgit. Improves performance compared to invoking python on every request. +Requirements: + +- Python 3.5.3 (for aiohttp and asyncio.get_running_loop) +- aiohttp +- pygments + Usage: 1. Run `make install`. |