tazlito rev 521

Add README.md
(Existing README is in French)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 24 12:47:30 2019 +0300 (2019-09-24)
parents 40c77f79e271
children efc7a7fe6ee2
files README.md
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README.md	Tue Sep 24 12:47:30 2019 +0300
     1.3 @@ -0,0 +1,17 @@
     1.4 +# Tazlito - SliTaz Live Tool
     1.5 +
     1.6 +Tazlito is a small application for extracting and rebuilding an ISO image
     1.7 +of the SliTaz LiveCD. Tazlito can also generate a distribution based on a list
     1.8 +of packages. The manual is in `doc/tazlito.html` and the installation is done
     1.9 +using the `make install` command. Tazlito uses a configuration file named
    1.10 +`tazlito.conf`, this file can be found in `/etc/tazlito` or in the directory
    1.11 +from which we work. The manual is installed in
    1.12 +`/usr/share/doc/tazlito/tazlito.html`.
    1.13 +
    1.14 +Installation:
    1.15 +
    1.16 +    # make install
    1.17 +
    1.18 +Uninstallation:
    1.19 +
    1.20 +    # make uninstall