author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 23 Apr 2012 21:11:27 +0300 (2012-04-23) | |
changeset 1247 | cc97907e3123 |
parent 1246 | dff21ea5a8fd |
child 1248 | 5134f66639de |
README.rst | file | annotate | diff | comparison | revisions |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.rst Mon Apr 23 21:11:27 2012 +0300 @@ -0,0 +1,22 @@ + +================ + gavenkoa tips. +================ +.. contents:: + +About. +====== + +Make HTML version. +================== + +Install docutils package:: + + $ sudo apt-get install docutils-common # for Debian + +and build:: + + $ make html + $ sensible-browser tips-html/index.html + +