diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-11 21:56:48 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-11 21:56:48 -0500 |
commit | 283508b8a77496abea6aa85f3536016716077c85 (patch) | |
tree | 9cf75a81654a2b58ce9139ff76bfbf7b9a3c20b8 /README | |
parent | ba6f9c86461183295e1b4fc62f1dd974c792ccf7 (diff) | |
download | cgit-syntax-highlighting-283508b8a77496abea6aa85f3536016716077c85.tar.xz cgit-syntax-highlighting-283508b8a77496abea6aa85f3536016716077c85.zip |
README: fix default path
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -12,9 +12,8 @@ Requirements: Usage: 1. Run `make install`. -2. Configure your system to run /usr/lib/cgit/syntax-highlighting-server.py at - boot. This can be done by `systemctl enable syntax-highlighting` on systemd - machines. +2. Set /usr/local/lib/cgit/syntax-highlighting-server.py to run at boot. This + can be done by `systemctl enable syntax-highlighting` on systemd machines. 3. Set your cgit source filter to syntax-highlighting-client.sh. Security: |