X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=README.rst;h=50415b6a30f4689d6cdb5bb7796d57dcb1acc164;hp=7597e9957440b8123a42f787aa0fb2203e6ffa38;hb=1c682c2253ec0dcf763d190ca821379595665851;hpb=57f9ca6d87aee264f1369205b3b13186b6759e00 diff --git a/README.rst b/README.rst index 7597e99..50415b6 100644 --- a/README.rst +++ b/README.rst @@ -9,10 +9,16 @@ Fullsize screenshots available on `kogakure.github.com/gitweb-theme`_. Installation ============ -The installation of this stylesheet is very easy. +The installation of this stylesheet is very easy: -Just copy the CSS-file `gitweb.css` into the gitweb folder. Best practise -would be to rename the old file, in case you want to switch back. +Just clone the repository to a location of your choice, probably into the same directory where the base gitweb stylesheet is located (in Ubuntu, this is e.g. /usr/share/gitweb/). It's recommended to move away the existing files and then create symlinks to the new files. You can do this with the following few commands:: + + cd + mv gitweb.css gitweb_original.css + mv gitweb.js gitweb_original.js + git clone git://github.com/kogakure/gitweb-theme.git + ln -s gitweb-theme/gitweb.css gitweb.css + ln -s gitweb-theme/gitweb.js gitweb.js If you see some missing things or errors, please post a comment.