Prechádzať zdrojové kódy

extending documentation

Markus Spring 1 rok pred
rodič
commit
051b60bf2d
1 zmenil súbory, kde vykonal 7 pridanie a 1 odobranie
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -2,7 +2,7 @@
 
 A combination of a darktable lua script and python scripts to export files in darktable and automatically create a js lightgallery from them
 
-# The darktable part
+## The Darktable Part
 
 consists of export_to_lightgallery.lua. This script adds a module to the right side of darktable, showing
   * a entry field for the gallery title
@@ -11,3 +11,9 @@ consists of export_to_lightgallery.lua. This script adds a module to the right s
   * a checkbox for the attachment of the "photography|published|gallery|family" tag
   * a "Run"-Button
   * a "Help" Link
+
+### Running it
+
+A click on the run button starts
+  * the export of all selected files to the chosen directory
+  * and runs the python script "create_gallery.py" in that directory