diff options
| author | na <noah.andreas@nukura.com> | 2017-01-23 15:27:13 +0100 |
|---|---|---|
| committer | na <noah.andreas@nukura.com> | 2017-01-23 15:27:13 +0100 |
| commit | ee37c63712e960635abe65af200a17e299ce2a5e (patch) | |
| tree | bff0636c272b01c3d564961b84bf7f95660a2774 | |
| parent | 03c145a716852c103e5cea6554bdc8834cd321a7 (diff) | |
| download | lead-ee37c63712e960635abe65af200a17e299ce2a5e.tar lead-ee37c63712e960635abe65af200a17e299ce2a5e.tar.gz lead-ee37c63712e960635abe65af200a17e299ce2a5e.zip | |
readme
| -rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -35,12 +35,12 @@ To build *lead* open a terminal in the root folder of the repository and: ### Build -A build `mlde.lead` is provided in the build dir. It was build on my arch64 system. +A build `mlde-lead` is provided in `data/usr/bin/mlde-lead`. It was build on my arch64 system. # Install it -(in development, currently does not work!) +To install *lead* open a terminal in the root folder of the repository and: $ sudo ninja install @@ -85,8 +85,13 @@ Used config-files and theme-files are monitored and changes are applied automati Start *lead* as background process: - $ mlde.lead & + $ mlde-lead & +# Uninstall it + +To uninstall *lead* open a terminal in the root folder of the repository and: + + $ sudo ninja uninstall # Drawbacks |
