From d9a035d399a620f867c8fc60f752a06628c29da3 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sun, 2 Dec 2018 13:16:47 +0300 Subject: [PATCH] upd README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b11b0112..a6bd8791 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Clipboard is **"rubber"**. There is an accumulation before the insertion! * Preview (playing) IPTV or other streams directly from the bouquet list(should be installed VLC). ### Minimum requirements: Python >= 3.5.2 and GTK+ >= 3.16 with PyGObject bindings. +#### Launching +To start the program, in most cases it is enough to download the archive, unpack and run it by +double clicking on DemonEditor.desktop in the root directory, or launching from the console +with the command: ```python3 ./start.py``` #### Note. To create a simple debian package, you can use the *build-deb.sh.*